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:
parent
e970924eeb
commit
b669777918
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 |
Loading…
x
Reference in New Issue
Block a user