Customizer: Increase color contrast ratio for menu locations text.

props celloexpressions.
fixes #32727.

git-svn-id: https://develop.svn.wordpress.org/trunk@32982 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-06-28 04:44:03 +00:00
parent 5e3dcc772d
commit 8baa10c377
2 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
.menu-in-location,
.menu-in-locations {
display: block;
color: #999;
font-weight: 600;
font-size: 10px;
}
#customize-controls .theme-location-set,
#customize-controls .control-section .accordion-section-title:focus .menu-in-location,
#customize-controls .control-section .accordion-section-title:hover .menu-in-location,
#customize-controls .control-section .accordion-section-title:focus .menu-in-locations,

View File

@ -573,7 +573,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
/* Menu item controls */
.item-type {
color: #777;
color: #666;
font-size: 12px;
padding: 12px 10px;
line-height: 18px;