From 098fab1777918364462e355d1017628060af1404 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Fri, 22 May 2009 09:13:52 +0000 Subject: Multiple small fixes for themes, mainly reindeer (black buttons now work in IE as well, for instance). svn changeset:7953/svn branch:6.0 --- WebContent/VAADIN/themes/reindeer/label/label.css | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'WebContent/VAADIN/themes/reindeer/label') diff --git a/WebContent/VAADIN/themes/reindeer/label/label.css b/WebContent/VAADIN/themes/reindeer/label/label.css index 7070bf04f4..d8bea5cbe7 100644 --- a/WebContent/VAADIN/themes/reindeer/label/label.css +++ b/WebContent/VAADIN/themes/reindeer/label/label.css @@ -10,10 +10,6 @@ font-weight: bold; color: #44698b; } -.v-ie6 .v-label-h1 { - font-size: 1px; - line-height: normal; -} .v-label-h2, .v-caption-h2 { font-size: 16px; @@ -23,4 +19,20 @@ font-size: 11px; line-height: 13px; color: #707070; +} + +.blue .v-label-h1, +.blue .v-label-h2, +.blue .v-caption-h1, +.blue .v-caption-h2 { + color: #fff; + text-shadow: rgba(0,0,0,.3) 0 1px 1px; +} + +.black .v-label-h1, +.black .v-label-h2, +.black .v-caption-h1, +.black .v-caption-h2 { + color: #fff; + text-shadow: rgba(0,0,0,.8) 0 2px 2px; } \ No newline at end of file -- cgit v1.2.3