summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/styles.css
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/reindeer/styles.css
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/reindeer/styles.css')
-rw-r--r--WebContent/VAADIN/themes/reindeer/styles.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css
index 7252230469..740423593f 100644
--- a/WebContent/VAADIN/themes/reindeer/styles.css
+++ b/WebContent/VAADIN/themes/reindeer/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;
}
@@ -3056,6 +3060,10 @@ td.v-datefield-calendarpanel-nextyear {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
+.v-datefield-prompt .v-datefield-textfield {
+ color: #999;
+ font-style: normal;
+}
.v-datefield-popupcalendar .v-datefield-button {
width: 24px;
height: 23px;
@@ -3194,6 +3202,9 @@ td.v-datefield-calendarpanel-nextyear {
-background-image: url(common/img/black-vertical-sprites-ie6.png);
background-position: right -294px;
}
+.black .v-datefield-prompt .v-datefield-textfield {
+ color: #5f6366;
+}
.v-formlayout-errorcell {
width: 13px;