Always show the open/close arrow next to the widget title, fixes #9914

git-svn-id: http://svn.automattic.com/wordpress/trunk@11482 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-05-29 07:22:36 +00:00
parent 26a7d0ef4f
commit ad038538e3

View File

@ -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;
}