summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.scss
Commit message (Collapse)AuthorAgeFilesLines
* Build vaadin-themes with mavenTeemu Suo-Anttila2016-03-291-168/+0
| | | | Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
* Fix TabSheet caption icon alignment on Chrome and Safari (#13077)Teemu Suo-Anttila2014-03-061-1/+7
| | | | Change-Id: I8cc0eb2796a328c1996417014833020319428b61
* Revert "Fix displaced TabSheet caption icon in Chrome"Henri Sara2014-03-061-1/+0
| | | | | | This reverts commit 46675661cd95f61e3173f33e7dcfeb32bc377f41. Change-Id: I8813e162aad46bff6f1424d0dec54342b53a45b5
* Fix displaced TabSheet caption icon in ChromeTeemu Suo-Anttila2014-03-041-0/+1
| | | | Change-Id: Id3183b735ae911374d1a8821cd67b5abd1c094d5
* Fixed error indicator styles in Tabsheet tab on IE10 #11329John Ahlroos2013-03-141-4/+0
| | | | Change-Id: I6134c5b9be9618bad0f1b9d22cc505ae062043ca
* Fixed broken Tabsheet styles after fixes to #10682John Ahlroos2013-01-151-2/+8
| | | | Change-Id: I752e2cd2a83b89c0ac2623f57b3311aa7ae9934b
* Revert "Remove old hack that nowadays just seems to cause problems (#7984)"Artur Signell2013-01-151-0/+3
| | | | | | | This reverts commit 7bd2ebe2ed212bc94189b036fdf7d8de6735e640. The fix is needed again now that #10682 has been fixed. Change-Id: I6f8764f80572909b5355c75396ef390a9ade7331
* Fixed browser specific theme selectors (#10362)Artur Signell2012-11-231-6/+6
| | | | | | 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-40/+40
| | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3
* Sass restructure: tried some variants, this should be a reindeer structure ↵Marc Englund2012-09-281-40/+40
| | | | that should work w/o overlay-container
* Fixing 1px caption jump in tabsheet and accordion after switching toJohn Ahlroos2012-09-071-0/+1
| | | HTML5 doctype
* Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-081-0/+156
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.