diff options
author | Marc Englund <marc.englund@itmill.com> | 2008-08-26 12:54:05 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2008-08-26 12:54:05 +0000 |
commit | cdfc2f8317ba56a8c1c6a0b2580718944d1efde2 (patch) | |
tree | 1d35a9caa240cc3b0996e2b01c0b3f89797d65bd /WebContent/ITMILL | |
parent | 243a42d09b26dafc7451d9225a2591d6cf4b7e86 (diff) | |
download | vaadin-framework-cdfc2f8317ba56a8c1c6a0b2580718944d1efde2.tar.gz vaadin-framework-cdfc2f8317ba56a8c1c6a0b2580718944d1efde2.zip |
re-built styles
svn changeset:5269/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL')
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 695fad84b7..16a653e081 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -176,8 +176,15 @@ opacity: 0.3; filter: Alpha(opacity=30); } +* html .i-disabled { + zoom: 1; +} +*+html .i-disabled { + zoom: 1; +} .i-disabled .i-disabled { opacity: 1.0; + filter: Alpha(opacity=100); } .i-required-field-indicator { padding-left:2px; |