From: Artur Signell Date: Thu, 12 Jan 2012 10:56:44 +0000 (+0000) Subject: #8085 Apply style names to the popup in addition to the DateField X-Git-Tag: 7.0.0.alpha2~485^2~25 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0923cba3588f7e23b2dedad78ecaf79c4bbfaf18;p=vaadin-framework.git #8085 Apply style names to the popup in addition to the DateField svn changeset:22604/svn branch:6.7 --- 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; +}