]> source.dussan.org Git - vaadin-framework.git/commitdiff
Small fix to tabsheet style on blue background (border color on IE etc.)
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 8 Apr 2010 13:48:01 +0000 (13:48 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 8 Apr 2010 13:48:01 +0000 (13:48 +0000)
svn changeset:12394/svn branch:6.3

WebContent/VAADIN/themes/reindeer/styles.css
WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css

index 1fb307e4ba46113ef46515d4d266cd2b0568a756..2f28dd7796f7eaff70e002e2bdccd7dbac792fd2 100644 (file)
@@ -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);
index 3c48577d41aa8603aafd1d3d06a4083460867e6a..409bd2c2bd3826e6c765886884245ca93817cb9d 100644 (file)
        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;
 }
 .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);