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:
parent
5e3dcc772d
commit
8baa10c377
@ -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,
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user