]> source.dussan.org Git - vaadin-framework.git/commitdiff
Forgot to commit. Part 2 of fix for #4156: DateField popup looks broken in base-theme
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 10 Feb 2010 11:16:19 +0000 (11:16 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 10 Feb 2010 11:16:19 +0000 (11:16 +0000)
svn changeset:11246/svn branch:6.2

WebContent/VAADIN/themes/reindeer/styles.css
WebContent/VAADIN/themes/runo/styles.css

index c4d29c78cede31977f411f7daca6102232ebf8b7..5f86e3d44df403947b5de4d690d0497a55258b1d 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 {
index 7e14ce6d40c5de6a86f0e1d7058ba679d463126c..6011d44fef49473aa325c8a5e2e6cc628737f487 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 {