Customizer: Replace the plus icon for #available-menu-items .item-add with a thinner one, see [33126].

fixes #32734.
Built from https://develop.svn.wordpress.org/trunk@33152


git-svn-id: http://core.svn.wordpress.org/trunk@33124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-07-09 22:09:25 +00:00
parent bff15bf681
commit f0db1e0bb7
9 changed files with 11 additions and 9 deletions

View File

@ -736,11 +736,11 @@ button.not-a-button {
}
#available-menu-items .item-add:before {
content: "\f132";
content: "\f543";
font: normal 20px/1 dashicons;
position: relative;
right: 2px;
top: 4px;
top: 3px;
}
#available-menu-items .menu-item-handle.item-added .item-type,

File diff suppressed because one or more lines are too long

View File

@ -736,11 +736,11 @@ button.not-a-button {
}
#available-menu-items .item-add:before {
content: "\f132";
content: "\f543";
font: normal 20px/1 dashicons;
position: relative;
left: 2px;
top: 4px;
top: 3px;
}
#available-menu-items .menu-item-handle.item-added .item-type,

File diff suppressed because one or more lines are too long

View File

@ -479,6 +479,7 @@ th.asc a:focus span.sorting-indicator:before {
position: absolute;
top: -5px;
right: 10px;
-webkit-border-radius: 50%;
border-radius: 50%;
display: block;
padding: 1px 0 1px 2px;

View File

@ -479,6 +479,7 @@ th.asc a:focus span.sorting-indicator:before {
position: absolute;
top: -5px;
left: 10px;
-webkit-border-radius: 50%;
border-radius: 50%;
display: block;
padding: 1px 2px 1px 0;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta2-33151';
$wp_version = '4.3-beta2-33152';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.