]> source.dussan.org Git - jquery-ui.git/commitdiff
CSS: Apply opacity to absolutely positioned ui icons in IE8. Fixed #6059 - Button...
authorTJ VanToll <tj.vantoll@gmail.com>
Tue, 16 Oct 2012 20:44:16 +0000 (16:44 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 22 Oct 2012 02:05:58 +0000 (22:05 -0400)
themes/base/jquery.ui.theme.css

index d70b9df903afca7377de3f9e4b65d205e95853c8..bf8ef96338136e88d91d77daa705444e1f4f37c6 100644 (file)
@@ -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
 ----------------------------------*/