From 243a42d09b26dafc7451d9225a2591d6cf4b7e86 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Tue, 26 Aug 2008 12:46:24 +0000 Subject: [PATCH] Disabled components now look disabled in IE as well. Fixes #2012 svn changeset:5268/svn branch:trunk --- WebContent/ITMILL/themes/default/common/common.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index 38c354e831..901e616ed5 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -51,6 +51,12 @@ .i-disabled { opacity: 0.3; filter: Alpha(opacity=30); +} +* html .i-disabled { + zoom: 1; +} +*+html .i-disabled { + zoom: 1; } .i-disabled .i-disabled { opacity: 1.0; -- 2.39.5