summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2012-01-12 10:56:44 +0000
committerArtur Signell <artur.signell@itmill.com>2012-01-12 10:56:44 +0000
commit0923cba3588f7e23b2dedad78ecaf79c4bbfaf18 (patch)
treeb388d8f6e4c662d2198818d9ec4ce50fdd75c4df /WebContent/VAADIN
parent551880e879017cd75cf1897ec3b5b2ab35f11bda (diff)
downloadvaadin-framework-0923cba3588f7e23b2dedad78ecaf79c4bbfaf18.tar.gz
vaadin-framework-0923cba3588f7e23b2dedad78ecaf79c4bbfaf18.zip
#8085 Apply style names to the popup in addition to the DateField
svn changeset:22604/svn branch:6.7
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r--WebContent/VAADIN/themes/reindeer-tests/styles.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer-tests/styles.css b/WebContent/VAADIN/themes/reindeer-tests/styles.css
index 5ce51c919e..243d1b87d4 100644
--- a/WebContent/VAADIN/themes/reindeer-tests/styles.css
+++ b/WebContent/VAADIN/themes/reindeer-tests/styles.css
@@ -19,3 +19,11 @@
.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;
+}