From 1adc55c1c91a1e5dae6593ff4ea2ddcbd2a88c31 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sun, 28 Sep 2008 04:46:18 +0000 Subject: [PATCH] Add arrow to "favorites" link git-svn-id: https://develop.svn.wordpress.org/trunk@9017 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 669130f2e0..c2ff1907df 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -2512,3 +2512,8 @@ abbr.required { padding: 4px 0; text-decoration: none; } + +#favorite-first { + padding-right: 22px; + background: url(images/menu-open.png) 108px 5px no-repeat; +}