diff --git a/wp-admin/css/colors-classic.css b/wp-admin/css/colors-classic.css index f11e01a6b5..b6dd2bfa1a 100644 --- a/wp-admin/css/colors-classic.css +++ b/wp-admin/css/colors-classic.css @@ -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 { diff --git a/wp-admin/css/colors-fresh.css b/wp-admin/css/colors-fresh.css index 386a5541fe..1c175c1fb6 100644 --- a/wp-admin/css/colors-fresh.css +++ b/wp-admin/css/colors-fresh.css @@ -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 { diff --git a/wp-admin/gears-manifest.php b/wp-admin/gears-manifest.php index dd9214ae52..65a2ee6b9b 100644 --- a/wp-admin/gears-manifest.php +++ b/wp-admin/gears-manifest.php @@ -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" }, diff --git a/wp-admin/images/fav-bottom.png b/wp-admin/images/fav-bottom.png deleted file mode 100644 index c3f981189f..0000000000 Binary files a/wp-admin/images/fav-bottom.png and /dev/null differ