diff options
-rw-r--r-- | WebContent/ITMILL/themes/default/common/common.css | 3 | ||||
-rw-r--r-- | 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 { |