Accessibility: Improve the color contrast ratio replacing the residual occurrences of the #777 gray.

Uses the existing `#72777c` on white backgrounds and the new `#555d66` "dark medium gray" on darker backgrounds.

Fixes #35605.
Built from https://develop.svn.wordpress.org/trunk@36396


git-svn-id: http://core.svn.wordpress.org/trunk@36363 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia
2016-01-26 00:04:26 +00:00
parent eba8321e21
commit af25083b6f
56 changed files with 110 additions and 118 deletions

View File

@@ -437,7 +437,7 @@
.theme-overlay .theme-header .close:before {
font: normal 22px/50px dashicons !important;
color: #777;
color: #72777c;
display: inline-block;
content: "\f335";
font-weight: 300;
@@ -447,7 +447,7 @@
.theme-overlay .theme-header .right,
.theme-overlay .theme-header .left {
cursor: pointer;
color: #777;
color: #72777c;
background-color: transparent;
height: 48px;
width: 54px;
@@ -1607,7 +1607,7 @@ body.full-overlay-active {
.theme-details .theme-description {
float: left;
color: #777;
color: #72777c;
line-height: 20px;
max-width: 100%;
}