summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorDenis Anisimov <denis@vaadin.com>2014-03-30 14:48:26 +0300
committerVaadin Code Review <review@vaadin.com>2014-04-02 12:58:57 +0000
commit86a5f5a916747cb148ce3a2b761c0c355f867645 (patch)
tree2de15f3ec557bf4697d4b4cb34a73567cc1177e7 /WebContent
parent7c569ca30267f1f506d6f8870c9c254c922f6568 (diff)
downloadvaadin-framework-86a5f5a916747cb148ce3a2b761c0c355f867645.tar.gz
vaadin-framework-86a5f5a916747cb148ce3a2b761c0c355f867645.zip
Selectors based on Reindeer.LAYOUT* are added for absolute layout
(#11042). Change-Id: I34b5d95cfa82bf5cfc94cb1f7387b343fa23a302
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/reindeer/layouts/layouts.scss5
1 files changed, 4 insertions, 1 deletions
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
+}