From: Jouni Koivuviita Date: Thu, 8 Apr 2010 13:48:01 +0000 (+0000) Subject: Small fix to tabsheet style on blue background (border color on IE etc.) X-Git-Tag: 6.7.0.beta1~1776 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7a774c5f3b399da4e0221eae593bb703a8f40210;p=vaadin-framework.git Small fix to tabsheet style on blue background (border color on IE etc.) svn changeset:12394/svn branch:6.3 --- 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);