summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-02-10 11:48:39 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-02-10 11:48:39 +0000
commit8e38aadaae817b7738ce7aaf3b7abe60e5a1bbbb (patch)
tree41a59569e46a1d458ffde933726d6753114e4032 /WebContent/ITMILL/themes
parentdd0e89c8f1201462b188b363ebc11f6e653a71ba (diff)
downloadvaadin-framework-8e38aadaae817b7738ce7aaf3b7abe60e5a1bbbb.tar.gz
vaadin-framework-8e38aadaae817b7738ce7aaf3b7abe60e5a1bbbb.zip
Small fix for disabled style cursor. Now disabled components shouldn't have a "hand" cursor so eagerly.
svn changeset:6780/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes')
-rw-r--r--WebContent/ITMILL/themes/default/accordion/accordion.css2
-rw-r--r--WebContent/ITMILL/themes/default/common/common.css9
-rw-r--r--WebContent/ITMILL/themes/default/styles.css11
3 files changed, 16 insertions, 6 deletions
diff --git a/WebContent/ITMILL/themes/default/accordion/accordion.css b/WebContent/ITMILL/themes/default/accordion/accordion.css
index a21be68c81..f0f5314d49 100644
--- a/WebContent/ITMILL/themes/default/accordion/accordion.css
+++ b/WebContent/ITMILL/themes/default/accordion/accordion.css
@@ -18,11 +18,11 @@
font-size: 15px;
color: #656d73;
border-top: 1px solid #c8cccd;
- cursor: pointer;
}
.i-accordion-item-caption .i-caption {
padding: 7px 0 6px 18px;
+ cursor: pointer;
}
.i-accordion-item-open .i-accordion-item-caption {
diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css
index 171cc8fecc..a1c7a7a381 100644
--- a/WebContent/ITMILL/themes/default/common/common.css
+++ b/WebContent/ITMILL/themes/default/common/common.css
@@ -85,12 +85,17 @@
margin: 0;
}
-.i-disabled {
+.i-disabled,
+.i-app .i-disabled,
+.i-window .i-disabled {
opacity: 0.3;
filter: Alpha(opacity = 30);
+ cursor: default;
}
-.i-disabled * {
+.i-disabled *,
+.i-app .i-disabled *,
+.i-window .i-disabled * {
cursor: default;
}
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css
index b2abdec877..72c651124e 100644
--- a/WebContent/ITMILL/themes/default/styles.css
+++ b/WebContent/ITMILL/themes/default/styles.css
@@ -21,11 +21,11 @@
font-size: 15px;
color: #656d73;
border-top: 1px solid #c8cccd;
- cursor: pointer;
}
.i-accordion-item-caption .i-caption {
padding: 7px 0 6px 18px;
+ cursor: pointer;
}
.i-accordion-item-open .i-accordion-item-caption {
@@ -265,12 +265,17 @@
margin: 0;
}
-.i-disabled {
+.i-disabled,
+.i-app .i-disabled,
+.i-window .i-disabled {
opacity: 0.3;
filter: Alpha(opacity = 30);
+ cursor: default;
}
-.i-disabled * {
+.i-disabled *,
+.i-app .i-disabled *,
+.i-window .i-disabled * {
cursor: default;
}