From 5fc6d253b4945b72bd9281c0e07a1f54863ba763 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Fri, 29 May 2009 07:22:36 +0000 Subject: [PATCH] Always show the open/close arrow next to the widget title, fixes #9914 git-svn-id: https://develop.svn.wordpress.org/trunk@11482 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/widgets.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/css/widgets.css b/wp-admin/css/widgets.css index f34b7d5b58..116c52dded 100644 --- a/wp-admin/css/widgets.css +++ b/wp-admin/css/widgets.css @@ -182,7 +182,7 @@ a.widget-action { display: none; } -.widget-top:hover a.widget-action { +.widget-top a.widget-action { background: url("../images/menu-bits.gif") no-repeat scroll 0 -110px; }