mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 11:44:33 +00:00
Allow custom post types to have custom icons. Props ptahdunbar, Denis-de-Bernardy. fixes #12434
git-svn-id: https://develop.svn.wordpress.org/trunk@13660 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -41,12 +41,12 @@ form#wpmu-search {
|
||||
}
|
||||
|
||||
/* Site Admin Menu */
|
||||
#adminmenu #menu-site div.wp-menu-image {
|
||||
background: transparent url("../images/site-admin.png") no-repeat scroll 0px -33px;
|
||||
#adminmenu .menu-icon-site div.wp-menu-image {
|
||||
background: transparent url('../images/site-admin.png') no-repeat scroll 0px -33px;
|
||||
}
|
||||
|
||||
#adminmenu #menu-site:hover div.wp-menu-image {
|
||||
background: transparent url("../images/site-admin.png") no-repeat scroll 0px -1px;
|
||||
#adminmenu .menu-icon-site:hover div.wp-menu-image {
|
||||
background: transparent url('../images/site-admin.png') no-repeat scroll 0px -1px;
|
||||
}
|
||||
|
||||
/* Dashboard: MU Specific Data */
|
||||
|
||||
Reference in New Issue
Block a user