diff options
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/layouts/layouts.css')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/layouts/layouts.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/layouts/layouts.css b/WebContent/VAADIN/themes/reindeer/layouts/layouts.css index 9db0feaea1..7ac88f92a1 100644 --- a/WebContent/VAADIN/themes/reindeer/layouts/layouts.css +++ b/WebContent/VAADIN/themes/reindeer/layouts/layouts.css @@ -27,12 +27,14 @@ /* Blue background */ .v-verticallayout-blue, .v-horizontallayout-blue, -.v-orderedlayout-blue { +.v-orderedlayout-blue, +.v-panel-content > div.blue { background-color: #bcd3de; } /* Black background */ .v-verticallayout-black, .v-horizontallayout-black, -.v-orderedlayout-black { +.v-orderedlayout-black, +.v-panel-content > div.black { background: #16181a url(img/black-bg.png) repeat-x; }
\ No newline at end of file |