diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-06-11 12:17:32 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-06-11 12:17:32 +0000 |
commit | 21097aac5e8f4ffb794c2956e8394c7eee37713c (patch) | |
tree | 71e28457d02fe76559e07c567fcc48d55490fc1b /WebContent/VAADIN/themes/base/datefield | |
parent | f9412ed2f1c445ea62a8367f7bcd31699e702171 (diff) | |
download | vaadin-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/base/datefield')
-rw-r--r-- | WebContent/VAADIN/themes/base/datefield/datefield.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/datefield/datefield.css b/WebContent/VAADIN/themes/base/datefield/datefield.css index e7a26a97fd..f1c38513e1 100644 --- a/WebContent/VAADIN/themes/base/datefield/datefield.css +++ b/WebContent/VAADIN/themes/base/datefield/datefield.css @@ -8,6 +8,10 @@ .v-datefield-button { cursor: pointer; } +.v-datefield-prompt .v-datefield-textfield { + color: #999; + font-style: italic; +} .v-datefield .v-datefield-button-readonly { display: none; } |