From 1db2eb7b3241a77181c48ba6b13948f34d27ad14 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Wed, 9 Sep 2009 10:51:20 +0000 Subject: [PATCH] Added blue and black styles for more layouts: * Grid layout * Form layout * Css layout svn changeset:8718/svn branch:6.1 --- WebContent/VAADIN/themes/reindeer/layouts/layouts.css | 10 ++++++++-- WebContent/VAADIN/themes/reindeer/styles.css | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/WebContent/VAADIN/themes/reindeer/layouts/layouts.css b/WebContent/VAADIN/themes/reindeer/layouts/layouts.css index 2c39ffcf3a..1699baddf7 100644 --- a/WebContent/VAADIN/themes/reindeer/layouts/layouts.css +++ b/WebContent/VAADIN/themes/reindeer/layouts/layouts.css @@ -27,7 +27,10 @@ /* Blue background */ .v-verticallayout-blue, .v-horizontallayout-blue, -.v-orderedlayout-blue { +.v-orderedlayout-blue, +.v-gridlayout-blue, +.v-csslayout-blue, +.v-formlayout-blue { background-color: #bcd3de; } .v-panel-content > div.blue { @@ -36,7 +39,10 @@ /* Black background */ .v-verticallayout-black, .v-horizontallayout-black, -.v-orderedlayout-black { +.v-orderedlayout-black, +.v-gridlayout-black, +.v-csslayout-black, +.v-formlayout-black { background-color: #1e2022; } .v-panel-content > div.black { diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index a29c632694..cc221557f4 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -2929,7 +2929,10 @@ td.v-datefield-calendarpanel-nextyear { /* Blue background */ .v-verticallayout-blue, .v-horizontallayout-blue, -.v-orderedlayout-blue { +.v-orderedlayout-blue, +.v-gridlayout-blue, +.v-csslayout-blue, +.v-formlayout-blue { background-color: #bcd3de; } .v-panel-content > div.blue { @@ -2938,7 +2941,10 @@ td.v-datefield-calendarpanel-nextyear { /* Black background */ .v-verticallayout-black, .v-horizontallayout-black, -.v-orderedlayout-black { +.v-orderedlayout-black, +.v-gridlayout-black, +.v-csslayout-black, +.v-formlayout-black { background-color: #1e2022; } .v-panel-content > div.black { -- 2.39.5