Remove bottom background gradient for open favorites drop-down, fixes #8531

git-svn-id: http://svn.automattic.com/wordpress/trunk@10132 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-12-08 23:23:49 +00:00
parent a5b02fdb5d
commit b52efe507f
4 changed files with 3 additions and 4 deletions

View File

@ -1464,7 +1464,7 @@ fieldset.inline-edit-col-right .inline-edit-col {
#favorite-inside {
border-color: #797979;
background: #797979 url(../images/fav-bottom.png) repeat-x 0 bottom;
background-color: #797979;
}
#favorite-toggle {

View File

@ -1457,14 +1457,14 @@ fieldset.inline-edit-col-right .inline-edit-col {
}
#favorite-first {
background: #797979 url(../images/fav.png) repeat-x 0 center;
background: #797979 url(../images/fav.png) repeat-x left center;
border-color: #777 !important;
border-bottom-color: #666 !important;
}
#favorite-inside {
border-color: #797979;
background: #797979 url(../images/fav-bottom.png) repeat-x 0 bottom;
background-color: #797979;
}
#favorite-toggle {

View File

@ -150,7 +150,6 @@ header( 'Content-Type: application/x-javascript; charset=UTF-8' );
{ "url" : "images/fav.png" },
{ "url" : "images/fav-arrow.gif" },
{ "url" : "images/fav-arrow-rtl.gif" },
{ "url" : "images/fav-bottom.png" },
{ "url" : "images/fav-top.png" },
{ "url" : "images/generic.png" },
{ "url" : "images/gray-grad.png" },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 B