summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-minimal-style.scss
Commit message (Collapse)AuthorAgeFilesLines
* Applied IE9 CSS fixes to IE10 also (#11301)Artur Signell2013-03-111-5/+7
| | | | Change-Id: I50e5d33773127e9073e820bc4e307979bbcbd875
* Fixed close icon too high in tabsheet when using IE9 and TABSHEET_MINIMAL ↵John Ahlroos2013-02-111-3/+9
| | | | | | style #10884 Change-Id: Iac91b00d60e55e80d5b4deea397bad1e4442d6a1
* Fixed broken Tabsheet styles after fixes to #10682John Ahlroos2013-01-151-5/+5
| | | | Change-Id: I752e2cd2a83b89c0ac2623f57b3311aa7ae9934b
* Reverted [e22dd3f3db39b8bd067600c414c6c889ab35cd3e]. No longer needed ↵Artur Signell2013-01-151-1/+1
| | | | | | because of #10682 Change-Id: Ie0203db2cc8244013fe251796658a9412322a3f9
* Fixes issue where close indicator becomes invisible for tabs without an icon ↵John Ahlroos2013-01-081-1/+1
| | | | | | in Firefox using the minimal style for the tabsheet #10616 Change-Id: I0dfd5af048d34d3f0671a40b22aed273ca0b0581
* 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-45/+45
| | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3
* Sass restructure: tried some variants, this should be a reindeer structure ↵Marc Englund2012-09-281-45/+45
| | | | that should work w/o overlay-container
* Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-081-0/+149
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.