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
+1 -1
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 {
+2 -2
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 {