Customizer: Increase color contrast ratio for menu locations text.

props celloexpressions.
fixes #32727.
Built from https://develop.svn.wordpress.org/trunk@32982


git-svn-id: http://core.svn.wordpress.org/trunk@32953 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-06-28 04:45:25 +00:00
parent 9e445e3c30
commit 9665259675
9 changed files with 9 additions and 9 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,

File diff suppressed because one or more lines are too long

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,

File diff suppressed because one or more lines are too long

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;

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;

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-alpha-32981';
$wp_version = '4.3-alpha-32982';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.