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
This commit is contained in:
Sergey Biryukov 2014-05-28 13:41:23 +00:00
parent 98b4b63e40
commit 2d420d52bb
1 changed files with 4 additions and 0 deletions

View File

@ -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";
}