]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #4156: DateField popup looks broken in base-theme
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 10 Feb 2010 09:21:20 +0000 (09:21 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 10 Feb 2010 09:21:20 +0000 (09:21 +0000)
svn changeset:11239/svn branch:6.2

WebContent/VAADIN/themes/base/datefield/datefield.css
WebContent/VAADIN/themes/base/styles.css

index 720a80716f40fbff3e478999c73ab8dbacec1a60..fd2730bf24315e758b32c8e18af7da3f3ce82ea7 100644 (file)
@@ -51,6 +51,9 @@
 .v-datefield-time .v-label {
        display: inline;
 }
+.v-datefield-popup {
+       background: #fff;
+}
 /* Disabled by default
 .v-datefield-error .v-textfield,
 .v-datefield-error .v-datefield-calendarpanel {
index 28d412536e66acc45572e480b9df472ad7ac8b4b..af82ec079da428bf685c99c8931d6e6426355d1c 100644 (file)
@@ -528,6 +528,9 @@ div.v-app-loading {
 .v-datefield-time .v-label {
        display: inline;
 }
+.v-datefield-popup {
+       background: #fff;
+}
 /* Disabled by default
 .v-datefield-error .v-textfield,
 .v-datefield-error .v-datefield-calendarpanel {