diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-22 10:28:54 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-22 10:28:54 +0000 |
commit | d42df369509ef115a2ff1b9209d094cd75b89f2f (patch) | |
tree | d32e8a15a8b1fe1a67cc2a345326707ac15c3302 /WebContent/VAADIN/themes/reindeer/button | |
parent | 098fab1777918364462e355d1017628060af1404 (diff) | |
download | vaadin-framework-d42df369509ef115a2ff1b9209d094cd75b89f2f.tar.gz vaadin-framework-d42df369509ef115a2ff1b9209d094cd75b89f2f.zip |
More reindeer theme component now support black styles: datefield and combobox. Some other updates as well.
svn changeset:7955/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/button')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/button/button.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/button/button.css b/WebContent/VAADIN/themes/reindeer/button/button.css index 949ad1b454..35973b057c 100644 --- a/WebContent/VAADIN/themes/reindeer/button/button.css +++ b/WebContent/VAADIN/themes/reindeer/button/button.css @@ -220,7 +220,7 @@ div > .v-button-small .v-button-caption, .v-ie7 .black .v-button .v-button-caption { background-image: url(img/black/right.png); /** sprite-ref: black-buttons; sprite-alignment: right */ color: #c9ccce; - text-shadow: #000 0 1px 0; + text-shadow: rgba(0,0,0,.8) 0 -1px 0; } .black .v-button:focus { background-image: url(img/black/left-focus.png); /** sprite-ref: black-buttons */ @@ -247,7 +247,6 @@ div > .v-button-small .v-button-caption, .black div > .v-button-primary .v-button-caption, .v-ie7 .black .v-button-primary .v-button-caption { background-image: url(img/black/primary-right.png); /** sprite-ref: black-buttons; sprite-alignment: right */ - text-shadow: #26282a 0 1px 0; } .black .v-button-primary:focus { background-image: url(img/black/primary-left-focus.png); /** sprite-ref: black-buttons */ @@ -275,7 +274,6 @@ div > .v-button-small .v-button-caption, .black div > .v-button-small .v-button-caption, .v-ie7 .black .v-button-small .v-button-caption { background-image: url(img/black/small-right.png); /** sprite-ref: black-buttons; sprite-alignment: right */ - text-shadow: #000 0 -1px 0; } .black .v-button-small:focus { background-image: url(img/black/small-left-focus.png); /** sprite-ref: black-buttons */ |