summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/styles.scss
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ↵Marc Englund2012-11-231-1/+3
| | | | | | updates themes to support this. Change-Id: I185b67b2ee74dca2faf48ff2517f24280aff4375
* Sass restructure: need to disable .themename{} -wrapping until we get ↵Marc Englund2012-09-281-46/+1
| | | | overlay-container.
* Fixed 5px gaps between vertical layout slots (Firefox/Opera) after doctype ↵Jouni Koivuviita2012-09-071-1/+1
| | | | was changed to HTML5 (#8294). Refactored paintable.scss to widget.scss (this time for real)
* Renamed .v-boxlayout selector to .v-layout and applied the .v-layoutJohn Ahlroos2012-09-061-1/+1
| | | selector to all layouts
* Added boxlayout.scssJouni Koivuviita2012-08-171-0/+1
|
* merge master (sass theme changes)Jouni Koivuviita2012-08-131-2/+3
|
* Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-081-0/+45
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.