aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/button
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-232-3/+3
| | | | | | 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-233-31/+31
| | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3
* Sass restructure: split button into nativebutton and checkboxMarc Englund2012-09-283-88/+115
|
* 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-1/+5
|\
| * Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-081-1/+5
| | | | | | | | | | | | | | | | 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.
* | Removed unnecessary -ms-box-sizing propertyJouni Koivuviita2012-04-191-1/+0
| |
* | Fixed link style button text alignmentJouni Koivuviita2012-04-181-1/+1
| |
* | Fixes to BoxLayout based on first round of screenshot testsJouni Koivuviita2012-04-181-2/+2
|/
* Merge commit '98737932a588f1b4a8f8115f2545da63ae7f4e4a'Artur Signell2012-02-031-158/+158
|\ | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/button/button.css WebContent/VAADIN/themes/runo/button/button.css tests/integration_tests.xml
| * #8311 Converted CRLF -> LF in css/html/xml filesArtur Signell2012-02-021-175/+175
| | | | | | | | svn changeset:22852/svn branch:6.7
* | #7913 Removed IE7 specific CSS rulesArtur Signell2011-11-221-9/+0
| |
* | #7912 Remove support for IE6Leif Åstrand2011-11-091-10/+2
|/
* #6086 Text selection does not work in link ButtonsArtur Signell2010-12-211-1/+5
| | | | svn changeset:16592/svn branch:6.5
* replaced hard coded style with a css ruleMatti Tahvonen2010-10-021-0/+4
| | | | svn changeset:15308/svn branch:6.4
* Potential fix for #4636 - Checking a checkbox moves it 1 pixel down in IE6+IE7Artur Signell2010-07-021-0/+7
| | | | svn changeset:14049/svn branch:6.4
* Merged code changes from 6.2Henri Sara2010-02-011-1/+5
| | | | svn changeset:11069/svn branch:6.3
* Fixed button sizing calculation regression for Runo theme (moved box-sizing ↵Jouni Koivuviita2009-09-041-0/+4
| | | | | | property from Reindeer to Base). svn changeset:8663/svn branch:6.1
* Fixes #3028: CheckBox captions wrap in IEJouni Koivuviita2009-09-031-31/+6
| | | | svn changeset:8652/svn branch:6.1
* Fix for #3257 - Button in a table is too wide in IE7Artur Signell2009-09-011-0/+4
| | | | svn changeset:8615/svn branch:6.1
* Fixes Button onClick event handling to support TestBench.Jouni Koivuviita2009-08-281-3/+5
| | | | | | Minor fixes to link-style Button base styles. svn changeset:8570/svn branch:6.1
* The Button Component Strikes BackJouni Koivuviita2009-08-271-36/+113
| | | | | | | | | | | | Fixes many theme issues with Button (mostly Reindeer theme), including #3110, #3193, #3194, #3180 and 3079. Default button is now rendered on the client side with a DIV. Disabled buttons can now have descriptions, which fixes #2085. Added a "new" component, NativeButton, which uses native BUTTON element rendering on the client side. Theme compilation script now understands simple @import statements, which help keep things more organized in theme development. svn changeset:8558/svn branch:6.1
* Renaming ITMILL/ -> VAADIN/ part 1 (for #2904)Marc Englund2009-05-121-0/+95
svn changeset:7762/svn branch:6.0