summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/styles.css
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/reindeer/styles.css
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/reindeer/styles.css')
-rw-r--r--WebContent/VAADIN/themes/reindeer/styles.css21
1 files changed, 17 insertions, 4 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css
index ed0b24374f..cddb80b6d2 100644
--- a/WebContent/VAADIN/themes/reindeer/styles.css
+++ b/WebContent/VAADIN/themes/reindeer/styles.css
@@ -233,6 +233,14 @@
.v-app {
height: 100%;
}
+/* Force arrow cursor for all elements inside the app */
+.v-app,
+.v-window,
+.v-popupview-popup,
+.v-label,
+.v-caption {
+ cursor: default;
+}
div.v-app-loading {
/* You can use this to provide indication for the user that the application is loading. */
/* It is applied to the same element as .v-app */
@@ -1445,10 +1453,16 @@ div.v-progressindicator-indeterminate-disabled {
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 */
@@ -3041,14 +3055,13 @@ td.v-datefield-calendarpanel-nextyear {
background-color: #1e2022;
}
-.v-link a:link {
+.v-link a:link span {
color: #1b699f;
- text-decoration: underline;
}
-.v-link a:visited {
+.v-link a:visited span {
color: #5c7485;
}
-.v-link a:hover {
+.v-link a:hover span {
color: #2483c4;
}