summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/default/styles.css
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-02-02 13:08:56 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-02-02 13:08:56 +0000
commitbc63f535099213d4e680f503bf950531ec2ab980 (patch)
tree44d8adf8dbf2c87779befef575ecb2b2476f146f /WebContent/ITMILL/themes/default/styles.css
parent4b8dd4897d5be355f6808a3687139fc400bacb8e (diff)
downloadvaadin-framework-bc63f535099213d4e680f503bf950531ec2ab980.tar.gz
vaadin-framework-bc63f535099213d4e680f503bf950531ec2ab980.zip
Minor style change (default cursor for tooltips and disabled components).
svn changeset:6704/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/default/styles.css')
-rw-r--r--WebContent/ITMILL/themes/default/styles.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css
index e84d50e61b..1bf852378a 100644
--- a/WebContent/ITMILL/themes/default/styles.css
+++ b/WebContent/ITMILL/themes/default/styles.css
@@ -271,7 +271,7 @@
}
.i-disabled * {
- cursor: pointer;
+ cursor: default;
}
* html .i-disabled {
@@ -319,6 +319,7 @@ input.i-modified,
line-height: 13px;
font-family: arial, helvetica, tahoma, verdana, sans-serif;
color: #5d5444;
+ cursor: default;
}
.i-tooltip-text {