]> source.dussan.org Git - vaadin-framework.git/commitdiff
#8085 Apply style names to the popup in addition to the DateField
authorArtur Signell <artur.signell@itmill.com>
Thu, 12 Jan 2012 10:56:44 +0000 (10:56 +0000)
committerArtur Signell <artur.signell@itmill.com>
Thu, 12 Jan 2012 10:56:44 +0000 (10:56 +0000)
svn changeset:22604/svn branch:6.7

WebContent/VAADIN/themes/reindeer-tests/styles.css

index 5ce51c919eedda612b6e9bacf4d137febf1f2adf..243d1b87d4ac8d48101094715192df6848f503a9 100644 (file)
 .v-readonly.v-datefield-enabled-readonly-styled .v-datefield-button {
        display: none;
 }
+
+.popup-style .v-datefield-calendarpanel-header,
+.v-datefield-popup-popup-style .v-datefield-calendarpanel-time {
+       background: red;
+}
+.popup-style .v-datefield-calendarpanel-body {
+       background: yellow;
+}