diff options
author | Artur Signell <artur@vaadin.com> | 2012-11-23 18:12:03 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-11-23 18:29:05 +0200 |
commit | 464a7d721c3c97f7f3033bd7e22fe94c33fe698c (patch) | |
tree | cdcae8d11785821676f8f821e2c30e7f3464f437 /WebContent/VAADIN/themes/runo | |
parent | 7ac88911a373d76b2d4de9edeb3184b5ba15e9d5 (diff) | |
download | vaadin-framework-464a7d721c3c97f7f3033bd7e22fe94c33fe698c.tar.gz vaadin-framework-464a7d721c3c97f7f3033bd7e22fe94c33fe698c.zip |
Ensure generated-body rules are not prefixed (#10360)
This should not cause issue with multiple themes as you do not have a generated body then.
Change-Id: I9391ee006de9c5759df0d7e1a7d6470caf82a8c4
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r-- | WebContent/VAADIN/themes/runo/common/common.scss | 3 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/runo/runo.scss | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/WebContent/VAADIN/themes/runo/common/common.scss b/WebContent/VAADIN/themes/runo/common/common.scss index be39a1287a..9d4b4a4858 100644 --- a/WebContent/VAADIN/themes/runo/common/common.scss +++ b/WebContent/VAADIN/themes/runo/common/common.scss @@ -1,8 +1,5 @@ @mixin runo-common { -.v-generated-body { - background: #e9eced; -} &.v-app { background: #e9eced url(img/main-bg.png) repeat-x; font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", geneva, helvetica, arial, tahoma, verdana, sans-serif; diff --git a/WebContent/VAADIN/themes/runo/runo.scss b/WebContent/VAADIN/themes/runo/runo.scss index 04f1ec5f13..de4d2b3bbd 100644 --- a/WebContent/VAADIN/themes/runo/runo.scss +++ b/WebContent/VAADIN/themes/runo/runo.scss @@ -27,6 +27,10 @@ @import "tree/tree.scss"; @import "window/window.scss"; +.v-generated-body { + background: #e9eced; +} + @mixin runo { // TODO move? @include base; |