Display Dashboard icon instead of the home icon in toolbar when the link leads to Dashboard.

props ghost1227.
fixes #26754.
Built from https://develop.svn.wordpress.org/trunk@28599


git-svn-id: http://core.svn.wordpress.org/trunk@28424 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-05-28 13:42:14 +00:00
parent d59d5a9292
commit e269d48b99
4 changed files with 10 additions and 2 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";
}

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long