diff options
author | Artur Signell <artur.signell@itmill.com> | 2008-12-18 13:57:24 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2008-12-18 13:57:24 +0000 |
commit | 5b4f1480b03c5ef21b12cdf599d7845b1d686411 (patch) | |
tree | 3aac3c37f83c6fe4bd390e0d242c38b830591b37 /WebContent/ITMILL/themes/default/common/common.css | |
parent | 283345e3af99ee0ccdc3757baa0a4e858fc6e1d6 (diff) | |
download | vaadin-framework-5b4f1480b03c5ef21b12cdf599d7845b1d686411.tar.gz vaadin-framework-5b4f1480b03c5ef21b12cdf599d7845b1d686411.zip |
Fix for #2364 - Removed .i-disabled .i-disabled filter as filters do not affect children (IE6/IE7)
svn changeset:6279/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/default/common/common.css')
-rw-r--r-- | WebContent/ITMILL/themes/default/common/common.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index 11137fe7a1..8e4d018566 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -96,7 +96,6 @@ }
.i-disabled .i-disabled {
opacity: 1.0; - filter: Alpha(opacity=100);
}
.i-required-field-indicator { padding-left:2px; |