Multisite: Use the admin-multisite Dashicon in the admin menu and bar
This icon was added to Dashicons in 4.3, but not applied to anything in our CSS. Props Ipstenu. Fixes #36754. Built from https://develop.svn.wordpress.org/trunk@37362 git-svn-id: http://core.svn.wordpress.org/trunk@37328 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a800cf654b
commit
172af4e0ce
|
@ -97,7 +97,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon16.icon-site:before {
|
.icon16.icon-site:before {
|
||||||
content: "\f112";
|
content: "\f541";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon16.icon-generic:before {
|
.icon16.icon-generic:before {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -97,7 +97,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon16.icon-site:before {
|
.icon16.icon-site:before {
|
||||||
content: "\f112";
|
content: "\f541";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon16.icon-generic:before {
|
.icon16.icon-generic:before {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -527,7 +527,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
|
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
|
||||||
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
|
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
|
||||||
content: "\f112";
|
content: "\f541";
|
||||||
top: 2px;
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -78,7 +78,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashicons-admin-network:before {
|
.dashicons-admin-network:before {
|
||||||
content: "\f112";
|
content: "\f541";
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashicons-admin-generic:before {
|
.dashicons-admin-generic:before {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.6-alpha-37361';
|
$wp_version = '4.6-alpha-37362';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue