Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed ComboBox width problems in all themes (#10484) | Artur Signell | 2013-01-07 | 1 | -3/+6 |
| | | | | Change-Id: Ia8181cd9c9d6a9183083408c55f9c3f28c72fb29 | ||||
* | Removed Firefox rule making dropdown too high (#10559) | Artur Signell | 2012-12-17 | 1 | -3/+0 |
| | | | | Change-Id: I62c808b90da155b0ae0489c4eaeff370063f3572 | ||||
* | Fixed browser specific theme selectors (#10362) | Artur Signell | 2012-11-23 | 1 | -9/+9 |
| | | | | | | 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 Englund | 2012-11-23 | 1 | -70/+70 |
| | | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3 | ||||
* | Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ↵ | Marc Englund | 2012-11-23 | 1 | -3/+3 |
| | | | | | | updates themes to support this. Change-Id: I185b67b2ee74dca2faf48ff2517f24280aff4375 | ||||
* | Sass restructure: tried some variants, this should be a reindeer structure ↵ | Marc Englund | 2012-09-28 | 1 | -70/+70 |
| | | | | that should work w/o overlay-container | ||||
* | Moved background-position before sprite so sprite generator can override it | Artur Signell | 2012-09-11 | 1 | -1/+1 |
| | |||||
* | Fixed combobox item selector offset bug | John Ahlroos | 2012-09-11 | 1 | -0/+1 |
| | |||||
* | Standard themes in SCSS form, updated CompileDefaultTheme (#9223) | Henri Sara | 2012-08-08 | 1 | -0/+4 |
| | | | | | | | | 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. | ||||
* | Refine box-sizing: border-box styles (#8682) | Leif Åstrand | 2012-04-20 | 1 | -1/+2 |
| | |||||
* | Further reduce the size calculations for VFilterSelect (#8313) | Leif Åstrand | 2012-02-22 | 1 | -1/+2 |
| | |||||
* | Don't let icon affect undefined wide combo box (#8313) | Leif Åstrand | 2012-02-20 | 1 | -0/+3 |
| | |||||
* | Make VFilterSelect work with border-box & MeasureManager (#8313) | Leif Åstrand | 2012-02-16 | 1 | -1/+1 |
| | |||||
* | #7912 Remove support for IE6 | Leif Åstrand | 2011-11-09 | 5 | -24/+0 |
| | |||||
* | Avoid artifacts around ComboBox when zoomed in (#6119) | Artur Signell | 2010-12-08 | 1 | -2/+2 |
| | | | | svn changeset:16421/svn branch:6.5 | ||||
* | Fix for #4161 | John Alhroos | 2010-05-20 | 1 | -0/+6 |
| | | | | svn changeset:13271/svn branch:6.3 | ||||
* | Small corrections to #4334: TextField contents offset in Firefox 3.6 | Jouni Koivuviita | 2010-03-23 | 1 | -1/+1 |
| | | | | svn changeset:12020/svn branch:6.3 | ||||
* | Fixes #4334: TextField contents offset in Firefox 3.6 | Jouni Koivuviita | 2010-03-22 | 1 | -2/+2 |
| | | | | | | | Fixes #4352: Vaadin application font is ugly in Windows Safari/Chrome * Changed WebKit to render text fields same as all other as well, no more border-images (easier to override in custom themes). svn changeset:12009/svn branch:6.3 | ||||
* | Fixes #3845: Twincol select buttons are missing right border in IE6 | Jouni Koivuviita | 2009-12-14 | 1 | -2/+3 |
| | | | | | | * Only affected Reindeer (more padding in buttons than in Runo) svn changeset:10275/svn branch:6.2 | ||||
* | Modified Reindeer black styles to be a bit more lighter, easier to see ↵ | Jouni Koivuviita | 2009-07-07 | 24 | -17/+17 |
| | | | | | | | | textfields and comboboxes on low contrast displays. Fixes blue and black layout styles for IE6 (previously had a child selector in layouts.css which caused IE6 fail the whole selector). svn changeset:8336/svn branch:6.0 | ||||
* | Fixed combobox styles for IE6 (adding an item icon broke the theme). | Jouni Koivuviita | 2009-05-27 | 5 | -0/+12 |
| | | | | svn changeset:8033/svn branch:6.0 | ||||
* | Fixed a minor issue in ComboBox styles in FF. | Jouni Koivuviita | 2009-05-27 | 1 | -0/+3 |
| | | | | svn changeset:8028/svn branch:6.0 | ||||
* | Tabsheet "framed" style added to Reindeer theme. | Jouni Koivuviita | 2009-05-27 | 1 | -2/+10 |
| | | | | | | Minor fixes to combobox, textfield and panel. svn changeset:8027/svn branch:6.0 | ||||
* | Black window style for Reindeer theme. | Jouni Koivuviita | 2009-05-25 | 1 | -0/+1 |
| | | | | | | Multiple other fixes to Reindeer theme. Some fixes to base and Runo themes involving window styles. svn changeset:7988/svn branch:6.0 | ||||
* | More reindeer theme component now support black styles: datefield and ↵ | Jouni Koivuviita | 2009-05-22 | 11 | -0/+55 |
| | | | | | | combobox. Some other updates as well. svn changeset:7955/svn branch:6.0 | ||||
* | Multiple small fixes for themes, mainly reindeer (black buttons now work in ↵ | Jouni Koivuviita | 2009-05-22 | 1 | -0/+7 |
| | | | | | | IE as well, for instance). svn changeset:7953/svn branch:6.0 | ||||
* | reindeer theme updates: filterselect with icon fixed, table default style ↵ | Jouni Koivuviita | 2009-05-21 | 1 | -0/+8 |
| | | | | | | now lighter (previous style now with stylename "strong"). svn changeset:7934/svn branch:6.0 | ||||
* | "poro" theme update: unified one sprite from combobox to common images. | Jouni Koivuviita | 2009-05-13 | 2 | -16/+14 |
| | | | | svn changeset:7775/svn branch:6.0 | ||||
* | Renaming ITMILL/ -> VAADIN/ part 1 (for #2904) | Marc Englund | 2009-05-12 | 21 | -0/+180 |
svn changeset:7762/svn branch:6.0 |