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

git-svn-id: https://develop.svn.wordpress.org/trunk@10132 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-12-08 23:23:49 +00:00
parent e970924eeb
commit b669777918
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