diff options
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/layouts/layouts.css | 10 | ||||
-rw-r--r-- | 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 { |