mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user