summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/datefield/datefield.scss
Commit message (Collapse)AuthorAgeFilesLines
* Fixed browser specific theme selectors (#10362)Artur Signell2012-11-231-21/+21
| | | | | | 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-104/+104
| | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3
* Fix for small theme bug induced by overlay-container #9220 Note: this will ↵Marc Englund2012-11-051-0/+1
| | | | | | break FF screenshots, but the new version is actually more according to spec, afaik. Change-Id: Ib7048522b06e62e5fc964e538a865524a08eaaab
* Removed padding which has magically appeared (#10075)Artur Signell2012-10-261-0/+1
| | | | Change-Id: Iefefe10fcc15d503ccd6cd40ce8d080c335594f4
* Sass restructure: tried some variants, this should be a reindeer structure ↵Marc Englund2012-09-281-104/+104
| | | | that should work w/o overlay-container
* Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-081-0/+373
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.