From: Trevor Parscal Date: Thu, 6 Jan 2011 22:42:30 +0000 (+0000) Subject: Improves on r79582 - no need to delete the rules, just merge them! Do you really... X-Git-Tag: 1.31.0-rc.0~32736 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=27d5500039ac805b42d97c231cda8ec26c2d0372;p=lhc%2Fweb%2Fwiklou.git Improves on r79582 - no need to delete the rules, just merge them! Do you really want to second-guess why jQuery UI put them there? --- diff --git a/resources/jquery.ui/themes/vector/jquery.ui.theme.css b/resources/jquery.ui/themes/vector/jquery.ui.theme.css index d79177d391..4efe4a2a1c 100644 --- a/resources/jquery.ui/themes/vector/jquery.ui.theme.css +++ b/resources/jquery.ui/themes/vector/jquery.ui.theme.css @@ -43,7 +43,7 @@ ----------------------------------*/ /* states and images */ -.ui-icon { width: 16px; height: 16px; /* @embed */ background-image: url(images/ui-icons_72a7cf_256x240.png); } +.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon { width: 16px; height: 16px; /* @embed */ background-image: url(images/ui-icons_72a7cf_256x240.png); } .ui-state-default .ui-icon { /* @embed */ background-image: url(images/ui-icons_3d80b3_256x240.png); } .ui-state-hover .ui-icon, .ui-state-focus .ui-icon { /* @embed */ background-image: url(images/ui-icons_2694e8_256x240.png); } .ui-state-active .ui-icon { /* @embed */ background-image: url(images/ui-icons_666666_256x240.png); }