mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user