summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo
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
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')
-rw-r--r--WebContent/VAADIN/themes/runo/datefield/datefield.css4
-rw-r--r--WebContent/VAADIN/themes/runo/styles.css12
2 files changed, 14 insertions, 2 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;
diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css
index 1b248f22d8..a8f3fd26f9 100644
--- a/WebContent/VAADIN/themes/runo/styles.css
+++ b/WebContent/VAADIN/themes/runo/styles.css
@@ -1,5 +1,5 @@
-.v-theme-version:after {content:"9_9_9_INTERNAL-DEBUG-BUILD";}
-.v-theme-version-9_9_9_INTERNAL-DEBUG-BUILD {display: none;}
+.v-theme-version:after {content:"6_4_0_dev-20100607";}
+.v-theme-version-6_4_0_dev-20100607 {display: none;}
/* Automatically compiled css file from subdirectories. */
.v-absolutelayout-wrapper {
@@ -493,6 +493,10 @@ div.v-app-loading {
.v-datefield-button {
cursor: pointer;
}
+.v-datefield-prompt .v-datefield-textfield {
+ color: #999;
+ font-style: italic;
+}
.v-datefield .v-datefield-button-readonly {
display: none;
}
@@ -2654,6 +2658,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;