diff options
Diffstat (limited to 'WebContent/VAADIN/themes/runo/runo.scss')
-rw-r--r-- | WebContent/VAADIN/themes/runo/runo.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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; |