diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-22 09:13:52 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-22 09:13:52 +0000 |
commit | 098fab1777918364462e355d1017628060af1404 (patch) | |
tree | dd5d21a32e5a0799f7ec2c41f95ed3c3d14bfaf8 /WebContent/VAADIN/themes/reindeer/label | |
parent | 23920c27ee10cbb65255d381559549e6de2b9465 (diff) | |
download | vaadin-framework-098fab1777918364462e355d1017628060af1404.tar.gz vaadin-framework-098fab1777918364462e355d1017628060af1404.zip |
Multiple small fixes for themes, mainly reindeer (black buttons now work in IE as well, for instance).
svn changeset:7953/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/label')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/label/label.css | 20 |
1 files changed, 16 insertions, 4 deletions
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 |