diff --git a/WebContent/VAADIN/themes/reindeer/layouts/layouts.scss b/WebContent/VAADIN/themes/reindeer/layouts/layouts.scss index fb47c100f8..0b0b311daa 100644 --- a/WebContent/VAADIN/themes/reindeer/layouts/layouts.scss +++ b/WebContent/VAADIN/themes/reindeer/layouts/layouts.scss @@ -42,6 +42,7 @@ .v-gridlayout-blue, .v-csslayout-blue, .v-formlayout-blue, +.v-absolutelayout-blue, .v-splitpanel-vertical-blue, .v-splitpanel-horizontal-blue { background-color: #bcd3de; @@ -56,6 +57,7 @@ .v-gridlayout-white, .v-csslayout-white, .v-formlayout-white, +.v-absolutelayout-white, .v-splitpanel-vertical-white, .v-splitpanel-horizontal-white { background-color: #fff; @@ -72,6 +74,7 @@ .v-gridlayout-black, .v-csslayout-black, .v-formlayout-black, +.v-absolutelayout-black, .v-splitpanel-vertical-black, .v-splitpanel-horizontal-black { background: #1e2022 url(img/black-bg.png) repeat-x; @@ -80,4 +83,4 @@ background: #1e2022 url(img/black-bg.png) repeat-x; } -} \ No newline at end of file +}