mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-07 09:49:04 +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:
@@ -671,19 +671,6 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
#wpadminbar #adminbarsearch .adminbar-input::-webkit-input-placeholder {
|
||||
color: #999;
|
||||
}
|
||||
#wpadminbar #adminbarsearch .adminbar-input:-moz-placeholder {
|
||||
color: #999;
|
||||
}
|
||||
#wpadminbar #adminbarsearch .adminbar-input::-moz-placeholder {
|
||||
color: #999;
|
||||
}
|
||||
#wpadminbar #adminbarsearch .adminbar-input:-ms-input-placeholder {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
#wpadminbar #adminbarsearch .adminbar-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -114,8 +114,17 @@
|
||||
-webkit-appearance: textfield;
|
||||
}
|
||||
|
||||
.media-frame :-moz-placeholder {
|
||||
color: #a9a9a9;
|
||||
.media-frame ::-webkit-input-placeholder {
|
||||
color: #72777c;
|
||||
}
|
||||
|
||||
.media-frame ::-moz-placeholder {
|
||||
color: #72777c;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.media-frame :-ms-input-placeholder {
|
||||
color: #72777c;
|
||||
}
|
||||
|
||||
.media-frame .hidden {
|
||||
|
||||
Reference in New Issue
Block a user