diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-11-23 14:32:05 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-11-23 14:32:05 +0000 |
commit | 7598b2b7c900d878d354aab3dbd9a09b47fb9a83 (patch) | |
tree | ff2f426ffa07de230cdbaf9a4b76661edca0d471 /WebContent/VAADIN/themes/base/common | |
parent | a634c6a5dbadb1ceed77ca412bbe808f77176af2 (diff) | |
download | vaadin-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/common')
-rw-r--r-- | WebContent/VAADIN/themes/base/common/common.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.css b/WebContent/VAADIN/themes/base/common/common.css index 3f44a8c897..c7d908b6c8 100644 --- a/WebContent/VAADIN/themes/base/common/common.css +++ b/WebContent/VAADIN/themes/base/common/common.css @@ -9,6 +9,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 */ |