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:
parent
d59d5a9292
commit
e269d48b99
|
@ -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
|
@ -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
Loading…
Reference in New Issue