From 86a5f5a916747cb148ce3a2b761c0c355f867645 Mon Sep 17 00:00:00 2001 From: Denis Anisimov Date: Sun, 30 Mar 2014 14:48:26 +0300 Subject: [PATCH] Selectors based on Reindeer.LAYOUT* are added for absolute layout (#11042). Change-Id: I34b5d95cfa82bf5cfc94cb1f7387b343fa23a302 --- WebContent/VAADIN/themes/reindeer/layouts/layouts.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +}