From: Jouni Koivuviita Date: Wed, 9 Sep 2009 10:51:20 +0000 (+0000) Subject: Added blue and black styles for more layouts: X-Git-Tag: 6.7.0.beta1~2489 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1db2eb7b3241a77181c48ba6b13948f34d27ad14;p=vaadin-framework.git Added blue and black styles for more layouts: * Grid layout * Form layout * Css layout svn changeset:8718/svn branch:6.1 --- 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 {