summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2011-08-18 14:08:08 +0000
committerArtur Signell <artur.signell@itmill.com>2011-08-18 14:08:08 +0000
commitc49adbc8cf61f1126986b26f54e05cb97509fd3a (patch)
treec386e1b7b1034a8927b7c53e2f9de51f19e36844 /WebContent
parent5a5db18cdeb10514fe16b4a4f7c888cc34721551 (diff)
downloadvaadin-framework-c49adbc8cf61f1126986b26f54e05cb97509fd3a.tar.gz
vaadin-framework-c49adbc8cf61f1126986b26f54e05cb97509fd3a.zip
Added some ugly styles so that the feature can be visually verified
svn changeset:20478/svn branch:6.7
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/tests-tickets/styles.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/tests-tickets/styles.css b/WebContent/VAADIN/themes/tests-tickets/styles.css
index e6001a6dc2..f088e0dd35 100644
--- a/WebContent/VAADIN/themes/tests-tickets/styles.css
+++ b/WebContent/VAADIN/themes/tests-tickets/styles.css
@@ -335,4 +335,27 @@
.v-tabsheet-pg .v-tabsheet-tabitem-selected {
font-weight: bold
+}
+
+.v-tabsheet-tabitemcell-TabSheetTabStyleNames .v-tabsheet-tabitem-selected .v-caption {
+ background-color: green;
+}
+
+.v-tabsheet-tabitemcell-TabSheetTabStyleNames .v-caption {
+ font-weight: bold;
+ background: none;
+ margin-left: 0px;
+ background-color: blue;
+}
+.v-tabsheet-tabitemcell-TabSheetTabStyleNames_0 .v-caption {
+ color: blue;
+}
+
+.v-tabsheet-tabitemcell-TabSheetTabStyleNames_1 .v-caption {
+ color: red;
+}
+
+.v-tabsheet-tabitemcell-TabSheetTabStyleNames .v-tabsheet-tabitem {
+ background: none;
+ border: 2px solid red;
} \ No newline at end of file