]> source.dussan.org Git - vaadin-framework.git/commitdiff
Minor style change (default cursor for tooltips and disabled components).
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 2 Feb 2009 13:08:56 +0000 (13:08 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 2 Feb 2009 13:08:56 +0000 (13:08 +0000)
svn changeset:6704/svn branch:trunk

WebContent/ITMILL/themes/default/common/common.css
WebContent/ITMILL/themes/default/styles.css

index bba10f41c0a94efe7c05af8a528cd2674729d38b..171cc8feccba01038a59c06b792b1625b8bdb43e 100644 (file)
@@ -91,7 +91,7 @@
 }
 
 .i-disabled * {
-       cursor: pointer;
+       cursor: default;
 }
 
 * html .i-disabled {
@@ -139,6 +139,7 @@ input.i-modified,
        line-height: 13px;
        font-family: arial, helvetica, tahoma, verdana, sans-serif;
        color: #5d5444;
+       cursor: default;
 }
 
 .i-tooltip-text {
index e84d50e61b81eb07eb1cb2eee6f234a888d29617..1bf852378addc3dd8348dcd24babef1ddadc4769 100644 (file)
 }
 
 .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 {