summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/chameleon/components/datefield/datefield.scss
Commit message (Collapse)AuthorAgeFilesLines
* Ensure popup datefield width setting works in all themes (#10485)Artur Signell2013-01-041-38/+43
| | | | Change-Id: I9f0891fb363e49d59b5ab2b1af53ba4bf9bca21e
* Added override for font-sizes which used em in base theme (#10606, #10587)Artur Signell2013-01-021-0/+1
| | | | Change-Id: I556137c307bdacdb22cbd2abb4461268997ff53d
* Fixed font-size issues in Chameleon, Runo and Liferay (#10606, #10587)Artur Signell2013-01-021-4/+4
| | | | Change-Id: Iaaa626553030af44eaab57067acf9f022dc75e6b
* Fixed browser specific theme selectors (#10362)Artur Signell2012-11-231-2/+2
| | | | | | 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-57/+57
| | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3
* Fixed Chameleon theme for InlineDatefield #10070John Ahlroos2012-10-291-57/+57
| | | | Change-Id: I7891d727ab75a48e6607d6c49eba664a32a4d255
* Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-081-0/+279
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.