Skip to content

Commit

Permalink
CSS: Apply opacity to absolutely positioned ui icons in IE8. Fixed #6…
Browse files Browse the repository at this point in the history
…059 - Button: Primary icon "enabled" when button is disabled.
  • Loading branch information
tjvantoll authored and scottgonzalez committed Oct 22, 2012
1 parent eb4178f commit fe1ecf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/base/jquery.ui.theme.css
Expand Up @@ -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
----------------------------------*/
Expand Down

0 comments on commit fe1ecf9

Please sign in to comment.