From c547fa9c4b1390d5f3dc802dafb3b1c5a6cf23d6 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Tue, 26 Aug 2008 12:07:12 +0000 Subject: [PATCH] No double-disabling in IE either svn changeset:5267/svn branch:trunk --- WebContent/ITMILL/themes/default/common/common.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index bf5ccf7ace..38c354e831 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -53,7 +53,8 @@ filter: Alpha(opacity=30); } .i-disabled .i-disabled { - opacity: 1.0; + opacity: 1.0; + filter: Alpha(opacity=100); } .i-required-field-indicator { padding-left:2px; -- 2.39.5