aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay/liferay.scss
Commit message (Collapse)AuthorAgeFilesLines
* Add primary style name support for ProgressBar/Indicator (#9913)Artur Signell2013-05-291-1/+3
| | | | Change-Id: I3d773640d2f1c8cd1b71c673685afd7059811d16
* Fixed IE scrollbar issues for most if not all componentsArtur Signell2012-12-171-0/+1
| | | | | | | Fixed by defining font-size:0 and line-height:normal for all v-scrollable elements. A font-size is defined using $font-size for all themes and this is reset in v-widget. Similarly for $line-height. Should fix at least #9004, #9552, #9572 Change-Id: I78da2c2ce497a0a22962644c9c97df5a0e41e056
* Vaadin 7 compatible ColorPicker (#9201)Anna Koskinen2012-12-101-0/+2
| | | | Change-Id: I44962ceedd5ef607e2fbe2af0d96808e0aef9cc5
* Fixed primary stylename handling for Datefield and InlineDatefield #9903John Ahlroos2012-10-161-0/+2
| | | | Change-Id: I4fb460a19a2bf40131172319070edde78851c4a7
* Sass restructure: need to disable .themename{} -wrapping until we get ↵Marc Englund2012-09-281-1/+4
| | | | overlay-container.
* Rearranging sass theme structure in phases.Marc Englund2012-09-261-3/+24
|
* Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-081-0/+25
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.