summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/window/window.scss
Commit message (Collapse)AuthorAgeFilesLines
* Fixes light theme window sprites #12171John Ahlroos2013-07-261-9/+9
| | | | | | | | | The close buttons images for the Window black theme was mistakenly added to the white theme sprite and ended up in the middle of the light theme window. Moved the black theme button images to the black theme sprite. Change-Id: Ieaaaa1b404f1d623c61fe7cfecb4996d96904b27
* Added light and black versions of close, maximize and restore icons (#11544)Artur Signell2013-04-231-96/+156
| | | | Change-Id: Id8463fbd18741edc2f52190feb14fd8c67657154
* Maximize Restore for Window #3400Pekka Hyvönen2013-04-041-1/+19
| | | | Change-Id: I164ae83bd6cf98f7a3d7e76d8e717a56e8cb5183
* Fixed Reindeer black/light window styles (#9687)Artur Signell2013-01-111-6/+5
| | | | Change-Id: I332365017caaf76daed5d7d809365eaf195eaf1f
* 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-36/+36
| | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3
* Sass restructure: tried some variants, this should be a reindeer structure ↵Marc Englund2012-09-281-36/+36
| | | | that should work w/o overlay-container
* Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-081-0/+186
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.