diff options
author | TJ VanToll <tj.vantoll@gmail.com> | 2012-10-16 16:44:16 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-21 22:05:58 -0400 |
commit | fe1ecf97e01f6b9e6041ae324deafb69063d1c9c (patch) | |
tree | 8b5bb1d36ac2f2d19b40055c86281982ea7acbd7 /themes | |
parent | eb4178f81910ec691f0bfe93d6002a76854bdde5 (diff) | |
download | jquery-ui-fe1ecf97e01f6b9e6041ae324deafb69063d1c9c.tar.gz jquery-ui-fe1ecf97e01f6b9e6041ae324deafb69063d1c9c.zip |
CSS: Apply opacity to absolutely positioned ui icons in IE8. Fixed #6059 - Button: Primary icon "enabled" when button is disabled.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/jquery.ui.theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/base/jquery.ui.theme.css b/themes/base/jquery.ui.theme.css index d70b9df90..bf8ef9633 100644 --- a/themes/base/jquery.ui.theme.css +++ b/themes/base/jquery.ui.theme.css @@ -41,6 +41,7 @@ .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } +.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */ /* Icons ----------------------------------*/ |