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

fixes #32734.

git-svn-id: https://develop.svn.wordpress.org/trunk@33152 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90)
2015-07-09 22:08:44 +00:00
parent e0e83f8608
commit 0d63add172
2 changed files with 3 additions and 2 deletions
+2 -2
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,
+1
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;