aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/tabsheet
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-11-23 14:32:05 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-11-23 14:32:05 +0000
commit7598b2b7c900d878d354aab3dbd9a09b47fb9a83 (patch)
treeff2f426ffa07de230cdbaf9a4b76661edca0d471 /WebContent/VAADIN/themes/base/tabsheet
parenta634c6a5dbadb1ceed77ca412bbe808f77176af2 (diff)
downloadvaadin-framework-7598b2b7c900d878d354aab3dbd9a09b47fb9a83.tar.gz
vaadin-framework-7598b2b7c900d878d354aab3dbd9a09b47fb9a83.zip
* Fixed link style for Reindeer (no double-underline)
* Changed application cursor to "default", not only text inputs get the cursor: text; treatment (more application like, not webpage). svn changeset:9960/svn branch:6.2
Diffstat (limited to 'WebContent/VAADIN/themes/base/tabsheet')
-rw-r--r--WebContent/VAADIN/themes/base/tabsheet/tabsheet.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/tabsheet/tabsheet.css b/WebContent/VAADIN/themes/base/tabsheet/tabsheet.css
index 6fd1f1470a..79e1cdf267 100644
--- a/WebContent/VAADIN/themes/base/tabsheet/tabsheet.css
+++ b/WebContent/VAADIN/themes/base/tabsheet/tabsheet.css
@@ -94,10 +94,16 @@
cursor: pointer;
padding: 0.2em 0.5em;
}
+.v-tabsheet-tabitem .v-caption {
+ cursor: pointer;
+}
.v-tabsheet-tabitem-selected {
cursor: default;
border-bottom-color: #fff;
}
+.v-tabsheet-tabitem-selected .v-caption {
+ cursor: default;
+}
.v-tabsheet-content {
border: 1px solid #aaa;
/* Vertical borders are not supported, use v-tabsheet-tabcontainer and v-tabsheet-deco to present these borders */