summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/chameleon/common/common.scss
Commit message (Collapse)AuthorAgeFilesLines
* Build vaadin-themes with mavenTeemu Suo-Anttila2016-03-291-176/+0
| | | | Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
* Fix for Wrong background color in a Window in IE8 (#15322)AMahdy AbdElAziz2014-12-301-3/+8
| | | | Change-Id: Ie25c7142bc111829be829f4ba98ed639ad1f5126
* Fix background color in chameleon theme after removing shadow divs (#14145)Dmitrii Rogozin2014-07-071-3/+8
| | | | Change-Id: I9b0566070af58afda7693936943237e70cea4a2f
* Disabled shadow divs. Instead use css box-shadow (#13885)Dmitrii Rogozin2014-07-021-1/+1
| | | | Change-Id: Ibf8888de795b08aed0446607165d7318f94ee6f4
* Ensure popup datefield width setting works in all themes (#10485)Artur Signell2013-01-041-0/+2
| | | | Change-Id: I9f0891fb363e49d59b5ab2b1af53ba4bf9bca21e
* Fixed font-size issues in Chameleon, Runo and Liferay (#10606, #10587)Artur Signell2013-01-021-1/+1
| | | | Change-Id: Iaaa626553030af44eaab57067acf9f022dc75e6b
* Revert "Temporary work around for drag'n'drop image problem (#10385)"Artur Signell2012-12-021-1/+2
| | | | | | | | No longer needed as #10384 is fixed This reverts commit 7dad7d82287bc9906ef12d1efd64f8b1da3a0326. Change-Id: Id7dbd716144452b80fae07d54f4a61c5091fd83d
* Temporary work around for drag'n'drop image problem (#10385)Artur Signell2012-11-261-2/+1
| | | | Change-Id: If3b0709feb638f0116273f35a61708b5c4130ac0
* Fixed browser specific theme selectors (#10362)Artur Signell2012-11-231-1/+1
| | | | | | 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
* Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ↵Marc Englund2012-11-231-6/+6
| | | | | | updates themes to support this. Change-Id: I185b67b2ee74dca2faf48ff2517f24280aff4375
* UI stylename handling (#9832)Johannes Dahlström2012-11-141-1/+1
| | | | | | | | * Change VUI class name from v-view to v-ui * Use state.primaryStyleName so it can be changed * Remove useless v-app-VaadinServiceSession from bootstrap root div Change-Id: I67d3cb3efb5b4033416dcfcf7f39cbc71ac70cbc
* Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-081-0/+164
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.