Menus: Readjust screen options toggle icon.

Third revision. This will let the icon appear slightly bigger than the help
icon on Macs and just slightly smaller on Windows machines. It's a compromise
in every way.

Fixes #32733. Again.



git-svn-id: https://develop.svn.wordpress.org/trunk@33444 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Obenland 2015-07-27 15:42:44 +00:00
parent ba194364de
commit 8f588b345b

View File

@ -341,14 +341,14 @@
border: none;
content: "\f111";
display: block;
font: 16px/1 "dashicons";
font: 18px/1 "dashicons";
padding: 5px;
text-align: center;
text-decoration: none !important;
text-indent: 0;
left: 7px;
left: 6px;
position: absolute;
top: 7px;
top: 6px;
}
.wp-customizer #screen-options-wrap {