Use a brighter blue against dark backgrounds in the admin menu and toolbar.

Not only does this pass contrast guidelines, but it also visually appears closer to the original highlight blue used against light backgrounds.

props melchoyce. fixes #30323.

Built from https://develop.svn.wordpress.org/trunk@30313


git-svn-id: http://core.svn.wordpress.org/trunk@30312 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2014-11-12 20:28:22 +00:00
parent 50271a97d5
commit 06201646c3
9 changed files with 23 additions and 23 deletions

View File

@ -178,7 +178,7 @@
#adminmenu li.menu-top > a:focus,
#adminmenu .wp-submenu a:hover,
#adminmenu .wp-submenu a:focus {
color: #2ea2cc;
color: #45bbe6;
}
#adminmenu li.menu-top {
@ -376,7 +376,7 @@ div.wp-menu-image:before {
}
#adminmenu li:hover div.wp-menu-image:before {
color: #2ea2cc;
color: #45bbe6;
}
.folded #adminmenu div.wp-menu-image {
@ -524,7 +524,7 @@ ul#adminmenu > li.current > a.current:after {
#adminmenu li.current a .awaiting-mod,
#adminmenu li a.wp-has-current-submenu .update-plugins {
background-color: #2ea2cc;
background-color: #45bbe6;
color: #fff;
}
@ -544,7 +544,7 @@ ul#adminmenu > li.current > a.current:after {
#collapse-menu:hover,
#collapse-menu:hover #collapse-button div:after {
color: #2ea2cc;
color: #45bbe6;
}
.folded #collapse-menu span {

View File

@ -178,7 +178,7 @@
#adminmenu li.menu-top > a:focus,
#adminmenu .wp-submenu a:hover,
#adminmenu .wp-submenu a:focus {
color: #2ea2cc;
color: #45bbe6;
}
#adminmenu li.menu-top {
@ -376,7 +376,7 @@ div.wp-menu-image:before {
}
#adminmenu li:hover div.wp-menu-image:before {
color: #2ea2cc;
color: #45bbe6;
}
.folded #adminmenu div.wp-menu-image {
@ -524,7 +524,7 @@ ul#adminmenu > li.current > a.current:after {
#adminmenu li.current a .awaiting-mod,
#adminmenu li a.wp-has-current-submenu .update-plugins {
background-color: #2ea2cc;
background-color: #45bbe6;
color: #fff;
}
@ -544,7 +544,7 @@ ul#adminmenu > li.current > a.current:after {
#collapse-menu:hover,
#collapse-menu:hover #collapse-button div:after {
color: #2ea2cc;
color: #45bbe6;
}
.folded #collapse-menu span {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -211,13 +211,13 @@ html:lang(he-il) .rtl #wpadminbar * {
#wpadminbar .ab-top-menu > li:hover > .ab-item,
#wpadminbar .ab-top-menu > li.hover > .ab-item {
background: #333;
color: #2ea2cc;
color: #45bbe6;
}
#wpadminbar > #wp-toolbar li:hover span.ab-label,
#wpadminbar > #wp-toolbar li.hover span.ab-label,
#wpadminbar > #wp-toolbar a:focus span.ab-label {
color: #2ea2cc;
color: #45bbe6;
}
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon,
@ -279,7 +279,7 @@ html:lang(he-il) .rtl #wpadminbar * {
#wpadminbar li.hover .ab-icon:before,
#wpadminbar li.hover .ab-item:before,
#wpadminbar li:hover #adminbarsearch:before {
color: #2ea2cc;
color: #45bbe6;
}
#wpadminbar .menupop .menupop > .ab-item:before,
@ -330,7 +330,7 @@ html:lang(he-il) .rtl #wpadminbar * {
#wpadminbar .quicklinks .menupop .ab-sub-secondary > li > a:hover,
#wpadminbar .quicklinks .menupop .ab-sub-secondary > li .ab-item:focus a {
color: #2ea2cc;
color: #45bbe6;
}
#wpadminbar .quicklinks a span#ab-updates {
@ -477,7 +477,7 @@ html:lang(he-il) .rtl #wpadminbar * {
}
#wpadminbar .quicklinks li a:hover .blavatar {
color: #2ea2cc;
color: #45bbe6;
}
#wpadminbar .quicklinks li .blavatar:before {

File diff suppressed because one or more lines are too long

View File

@ -211,13 +211,13 @@ html:lang(he-il) .rtl #wpadminbar * {
#wpadminbar .ab-top-menu > li:hover > .ab-item,
#wpadminbar .ab-top-menu > li.hover > .ab-item {
background: #333;
color: #2ea2cc;
color: #45bbe6;
}
#wpadminbar > #wp-toolbar li:hover span.ab-label,
#wpadminbar > #wp-toolbar li.hover span.ab-label,
#wpadminbar > #wp-toolbar a:focus span.ab-label {
color: #2ea2cc;
color: #45bbe6;
}
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon,
@ -279,7 +279,7 @@ html:lang(he-il) .rtl #wpadminbar * {
#wpadminbar li.hover .ab-icon:before,
#wpadminbar li.hover .ab-item:before,
#wpadminbar li:hover #adminbarsearch:before {
color: #2ea2cc;
color: #45bbe6;
}
#wpadminbar .menupop .menupop > .ab-item:before,
@ -330,7 +330,7 @@ html:lang(he-il) .rtl #wpadminbar * {
#wpadminbar .quicklinks .menupop .ab-sub-secondary > li > a:hover,
#wpadminbar .quicklinks .menupop .ab-sub-secondary > li .ab-item:focus a {
color: #2ea2cc;
color: #45bbe6;
}
#wpadminbar .quicklinks a span#ab-updates {
@ -477,7 +477,7 @@ html:lang(he-il) .rtl #wpadminbar * {
}
#wpadminbar .quicklinks li a:hover .blavatar {
color: #2ea2cc;
color: #45bbe6;
}
#wpadminbar .quicklinks li .blavatar:before {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-30312';
$wp_version = '4.1-alpha-30313';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.