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.

git-svn-id: https://develop.svn.wordpress.org/trunk@36396 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia
2016-01-26 00:03:34 +00:00
parent fd5743761a
commit d43a7a9f06
14 changed files with 43 additions and 47 deletions

View File

@@ -430,10 +430,6 @@ input[type="number"].tiny-text {
margin-left: 1em;
}
#upload-form label {
color: #777;
}
button.wp-hide-pw > .dashicons {
position: relative;
top: 3px;
@@ -863,7 +859,7 @@ table.form-table td .updated p {
}
.pressthis-bookmarklet span:before {
color: #777;
color: #72777c;
font: normal 20px/1 dashicons;
content: "\f157";
position: relative;
@@ -879,11 +875,6 @@ table.form-table td .updated p {
vertical-align: top;
}
.pressthis-js-toggle .dashicons {
margin: 5px 8px 6px 7px;
color: #777;
}
/* to override the button class being applied */
.pressthis-js-toggle.button.button {
margin-left: 10px;
@@ -894,7 +885,7 @@ table.form-table td .updated p {
.pressthis-js-toggle .dashicons {
margin: 5px 8px 6px 7px;
color: #777;
color: #555d66;
}
/*------------------------------------------------------------------------------