summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/datefield
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-06-11 12:17:32 +0000
committerArtur Signell <artur.signell@itmill.com>2010-06-11 12:17:32 +0000
commit21097aac5e8f4ffb794c2956e8394c7eee37713c (patch)
tree71e28457d02fe76559e07c567fcc48d55490fc1b /WebContent/VAADIN/themes/runo/datefield
parentf9412ed2f1c445ea62a8367f7bcd31699e702171 (diff)
downloadvaadin-framework-21097aac5e8f4ffb794c2956e8394c7eee37713c.tar.gz
vaadin-framework-21097aac5e8f4ffb794c2956e8394c7eee37713c.zip
Merged fix and sample for #2855 - "Implement input prompt for DateField" from /branches/6.4-minor-features
svn changeset:13646/svn branch:6.4
Diffstat (limited to 'WebContent/VAADIN/themes/runo/datefield')
-rw-r--r--WebContent/VAADIN/themes/runo/datefield/datefield.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/runo/datefield/datefield.css b/WebContent/VAADIN/themes/runo/datefield/datefield.css
index 290784d97d..0b65fd9054 100644
--- a/WebContent/VAADIN/themes/runo/datefield/datefield.css
+++ b/WebContent/VAADIN/themes/runo/datefield/datefield.css
@@ -139,6 +139,10 @@ td.v-datefield-calendarpanel-month {
.v-datefield-rendererror .v-textfield {
background: #ff9999;
}
+.v-datefield-prompt .v-datefield-textfield {
+ color: #999;
+ font-style: normal;
+}
/* IE specific styles */
.v-ie7 .v-datefield-button {
background-position: right 1px;