aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/button/button.scss
Commit message (Collapse)AuthorAgeFilesLines
* Fixed button highlighting when dragging #10917John Ahlroos2013-06-061-1/+3
| | | | Change-Id: I69ff2c5a987e26d5d065f7c5a7ac45f9d6fa289a
* Fixed IE scrollbar issues for most if not all componentsArtur Signell2012-12-171-0/+1
| | | | | | | Fixed by defining font-size:0 and line-height:normal for all v-scrollable elements. A font-size is defined using $font-size for all themes and this is reset in v-widget. Similarly for $line-height. Should fix at least #9004, #9552, #9572 Change-Id: I78da2c2ce497a0a22962644c9c97df5a0e41e056
* Fixed browser specific theme selectors (#10362)Artur Signell2012-11-231-1/+1
| | | | | | Browser specific class names are set on the body element and the theme class name is inside body. Theme selectors must therefore be of type ".v-ie & " Change-Id: I1893946ed9b5441a6977945a757a85ae87c07ce8
* Change sass compoent @mixin parameter from $name to $primaryStyleName, fixes ↵Marc Englund2012-11-231-10/+10
| | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3
* Sass restructure: split button into nativebutton and checkboxMarc Englund2012-09-281-88/+5
|
* Sass restructure: base theme with renameable componentsMarc Englund2012-09-281-10/+10
|
* Fix for 1px button caption jump after changing to HTML5 doctypeJohn Ahlroos2012-09-071-1/+1
|
* merge master (sass theme changes)Jouni Koivuviita2012-08-131-5/+4
|
* Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-081-0/+163
Conversion performed for most themes trivial, just rename file and wrap in a mixin. For chameleon compounds, also nesting used. In some cases, related small files combined in a single SCSS file Chameleon accordion and select contain fixes other than just a missing semicolon.