From bc63f535099213d4e680f503bf950531ec2ab980 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Mon, 2 Feb 2009 13:08:56 +0000 Subject: [PATCH] Minor style change (default cursor for tooltips and disabled components). svn changeset:6704/svn branch:trunk --- WebContent/ITMILL/themes/default/common/common.css | 3 ++- WebContent/ITMILL/themes/default/styles.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index bba10f41c0..171cc8fecc 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -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 { 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 { -- 2.39.5