]> source.dussan.org Git - vaadin-framework.git/commitdiff
No double-disabling in IE either
authorMarc Englund <marc.englund@itmill.com>
Tue, 26 Aug 2008 12:07:12 +0000 (12:07 +0000)
committerMarc Englund <marc.englund@itmill.com>
Tue, 26 Aug 2008 12:07:12 +0000 (12:07 +0000)
svn changeset:5267/svn branch:trunk

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

index bf5ccf7acef0d6d1bda5da06644563f4ddde158a..38c354e831c112d3acd3764cfa770f146519a3d1 100644 (file)
@@ -53,7 +53,8 @@
        filter: Alpha(opacity=30);
 }\r
 .i-disabled .i-disabled {\r
-       opacity: 1.0;\r
+       opacity: 1.0;
+       filter: Alpha(opacity=100);\r
 }\r
 .i-required-field-indicator {
        padding-left:2px;