summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/datefield
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2010-04-08 13:30:32 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2010-04-08 13:30:32 +0000
commit041f32f953c53c166e0c996cf653b10bef62500f (patch)
treedab918e3be49ce662d008634561f51d79eb00467 /WebContent/VAADIN/themes/reindeer/datefield
parent0c1319e305b1ead57e0391dae95257552c6baf5d (diff)
downloadvaadin-framework-041f32f953c53c166e0c996cf653b10bef62500f.tar.gz
vaadin-framework-041f32f953c53c166e0c996cf653b10bef62500f.zip
Loads of small fixes to Base and Reindeer themes: contains bugfixes for issues found during developing the new Reindeer theme demo, plus a couple of new styles for Reindeer.
svn changeset:12389/svn branch:6.3
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/datefield')
-rw-r--r--WebContent/VAADIN/themes/reindeer/datefield/datefield.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/datefield/datefield.css b/WebContent/VAADIN/themes/reindeer/datefield/datefield.css
index c788481e3d..4b4ccce4c8 100644
--- a/WebContent/VAADIN/themes/reindeer/datefield/datefield.css
+++ b/WebContent/VAADIN/themes/reindeer/datefield/datefield.css
@@ -241,7 +241,7 @@ td.v-datefield-calendarpanel-nextyear {
.v-datefield-full .v-datefield-textfield {
width: 12em;
}
-.v-datefield-popupcalendar .v-datefield-textfield {
+.v-datefield-popupcalendar input.v-datefield-textfield {
border-right-width: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
@@ -249,7 +249,7 @@ td.v-datefield-calendarpanel-nextyear {
-webkit-border-bottom-right-radius: 0;
height: 14px;
}
-.v-readonly .v-datefield-textfield {
+.v-readonly input.v-datefield-textfield {
border-right-width: 1px;
border-radius: 3px;
-moz-border-radius: 3px;