Make WordPress Core

Changeset 28599


Ignore:
Timestamp:
05/28/2014 01:41:23 PM (11 years ago)
Author:
SergeyBiryukov
Message:

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

props ghost1227.
fixes #26754.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/admin-bar.css

    r27174 r28599  
    510510
    511511#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
     512    content: "\f226";
     513}
     514
     515.wp-admin #wpadminbar #wp-admin-bar-site-name > .ab-item:before {
    512516    content: "\f102";
    513517}
Note: See TracChangeset for help on using the changeset viewer.