]> source.dussan.org Git - vaadin-framework.git/commitdiff
Disabled components now look disabled in IE as well. Fixes #2012
authorMarc Englund <marc.englund@itmill.com>
Tue, 26 Aug 2008 12:46:24 +0000 (12:46 +0000)
committerMarc Englund <marc.englund@itmill.com>
Tue, 26 Aug 2008 12:46:24 +0000 (12:46 +0000)
svn changeset:5268/svn branch:trunk

WebContent/ITMILL/themes/default/common/common.css

index 38c354e831c112d3acd3764cfa770f146519a3d1..901e616ed5fb13a85b9116554f74e8325cde6a6d 100644 (file)
 .i-disabled {
        opacity: 0.3;
        filter: Alpha(opacity=30);
+}
+* html .i-disabled {
+       zoom: 1;
+}
+*+html .i-disabled {
+       zoom: 1;
 }\r
 .i-disabled .i-disabled {\r
        opacity: 1.0;