From 2d420d52bbf82cfb7e4cc49d911385320266a345 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 28 May 2014 13:41:23 +0000 Subject: [PATCH] Display Dashboard icon instead of the home icon in toolbar when the link leads to Dashboard. props ghost1227. fixes #26754. git-svn-id: https://develop.svn.wordpress.org/trunk@28599 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/admin-bar.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wp-includes/css/admin-bar.css b/src/wp-includes/css/admin-bar.css index e9f0299a13..da7335edac 100644 --- a/src/wp-includes/css/admin-bar.css +++ b/src/wp-includes/css/admin-bar.css @@ -509,6 +509,10 @@ html:lang(he-il) .rtl #wpadminbar * { } #wpadminbar #wp-admin-bar-site-name > .ab-item:before { + content: "\f226"; +} + +.wp-admin #wpadminbar #wp-admin-bar-site-name > .ab-item:before { content: "\f102"; }