From 27d5500039ac805b42d97c231cda8ec26c2d0372 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Thu, 6 Jan 2011 22:42:30 +0000 Subject: [PATCH] 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? --- resources/jquery.ui/themes/vector/jquery.ui.theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.20.1