diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-04-08 13:48:01 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-04-08 13:48:01 +0000 |
commit | 7a774c5f3b399da4e0221eae593bb703a8f40210 (patch) | |
tree | fedb672e38cd590358b4703f63f5e15b00f617ca /WebContent/VAADIN/themes | |
parent | b3a08351c5a9f965247eb77e7e9780ef7d757a0b (diff) | |
download | vaadin-framework-7a774c5f3b399da4e0221eae593bb703a8f40210.tar.gz vaadin-framework-7a774c5f3b399da4e0221eae593bb703a8f40210.zip |
Small fix to tabsheet style on blue background (border color on IE etc.)
svn changeset:12394/svn branch:6.3
Diffstat (limited to 'WebContent/VAADIN/themes')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/styles.css | 20 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css | 20 |
2 files changed, 22 insertions, 18 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index 1fb307e4ba..2f28dd7796 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -4514,16 +4514,17 @@ td.v-datefield-calendarpanel-nextyear { -background-image: url(common/img/vertical-sprites-ie6.png); background-position: right -1575px; } -.v-tabsheet-content { +.blue .v-tabsheet-content { + border-color: #a8bcc5; +} +.v-tabsheet-content, +.white .v-tabsheet-content { border: 1px solid #dcdcdc; border-bottom: none; border-top: none; color: #222; text-shadow: none; } -.blue .v-tabsheet-content { - border-color: #a8bcc5; -} .v-tabsheet-tabsheetpanel { background: #fff; } @@ -4531,16 +4532,17 @@ td.v-datefield-calendarpanel-nextyear { .v-ff3 .v-tabsheet-content { border-color: rgba(0,0,0,.1); } -.v-tabsheet-deco { +.blue .v-tabsheet-deco { + border-color: #92a3ac; + background: #adc2cd; +} +.v-tabsheet-deco, +.white .v-tabsheet-deco { height: 1px; border-top: 1px solid #bebebe; background: #e2e2e2; overflow: hidden; } -.blue .v-tabsheet-deco { - border-color: #92a3ac; - background: #adc2cd; -} .v-sa .v-tabsheet-deco, .v-ff3 .v-tabsheet-deco { border-top-color: rgba(0,0,0,.1); diff --git a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css index 3c48577d41..409bd2c2bd 100644 --- a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css +++ b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css @@ -94,16 +94,17 @@ background: transparent no-repeat right top; background-image: url(img/framed/tab-spacer-right.png); /** sprite-ref: verticals; sprite-alignment: right */ } -.v-tabsheet-content { +.blue .v-tabsheet-content { + border-color: #a8bcc5; +} +.v-tabsheet-content, +.white .v-tabsheet-content { border: 1px solid #dcdcdc; border-bottom: none; border-top: none; color: #222; text-shadow: none; } -.blue .v-tabsheet-content { - border-color: #a8bcc5; -} .v-tabsheet-tabsheetpanel { background: #fff; } @@ -111,16 +112,17 @@ .v-ff3 .v-tabsheet-content { border-color: rgba(0,0,0,.1); } -.v-tabsheet-deco { +.blue .v-tabsheet-deco { + border-color: #92a3ac; + background: #adc2cd; +} +.v-tabsheet-deco, +.white .v-tabsheet-deco { height: 1px; border-top: 1px solid #bebebe; background: #e2e2e2; overflow: hidden; } -.blue .v-tabsheet-deco { - border-color: #92a3ac; - background: #adc2cd; -} .v-sa .v-tabsheet-deco, .v-ff3 .v-tabsheet-deco { border-top-color: rgba(0,0,0,.1); |