mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-24 13:14:29 +00:00
Accessibility: Improve the color contrast ratio for the input placeholders.
Also, cleans up a bit the CSS removing rules for elements that don't use placeholders any more. Fixes #35777. git-svn-id: https://develop.svn.wordpress.org/trunk@36619 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -234,9 +234,17 @@ textarea[readonly] {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
:-moz-placeholder,
|
||||
.wp-core-ui :-moz-placeholder {
|
||||
color: #a9a9a9;
|
||||
::-webkit-input-placeholder {
|
||||
color: #72777c;
|
||||
}
|
||||
|
||||
::-moz-placeholder {
|
||||
color: #72777c;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
:-ms-input-placeholder {
|
||||
color: #72777c;
|
||||
}
|
||||
|
||||
.form-invalid input, .form-invalid input:focus,
|
||||
|
||||
Reference in New Issue
Block a user