summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/tabsheet
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-27 10:51:29 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-27 10:51:29 +0000
commit719b0b133c2593d9f006d1f9646c563be035480d (patch)
treec860c951fbbd6633c06c8cf831788326e5e4cee8 /WebContent/VAADIN/themes/reindeer/tabsheet
parent0982766a66df4d7c34667ba7888e70171c0ad25e (diff)
downloadvaadin-framework-719b0b133c2593d9f006d1f9646c563be035480d.tar.gz
vaadin-framework-719b0b133c2593d9f006d1f9646c563be035480d.zip
Small fixes to panel and tabsheet styles on blue background.
Reverted one fix from combobox, now works better in IE also. Committed missing menubar image. svn changeset:8029/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/tabsheet')
-rw-r--r--WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet.css b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet.css
index dd18e3a445..2f7fbd8fb7 100644
--- a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet.css
+++ b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet.css
@@ -173,6 +173,11 @@
border: 1px solid #dcdcdc;
border-bottom: none;
border-top: none;
+ color: #222;
+ text-shadow: none;
+}
+.blue .v-tabsheet-content-framed {
+ border-color: #a8bcc5;
}
.v-tabsheet-content-framed .v-tabsheet-tabsheetpanel {
background: #fff;
@@ -187,6 +192,10 @@
background: #e2e2e2;
overflow: hidden;
}
+.blue .v-tabsheet-deco-framed {
+ border-color: #92a3ac;
+ background: #adc2cd;
+}
.v-sa .v-tabsheet-deco-framed,
.v-ff3 .v-tabsheet-deco-framed {
border-top-color: rgba(0,0,0,.1);