Accessibility: Administration: Use a darker gray color for various admin UI items.

This ensures that the color meets the WCAG 2.0 AA recommended contrast ratio.

Follow-up to [50025], [50525].

Props sabernhardt, ryelle.
Fixes #52760.

git-svn-id: https://develop.svn.wordpress.org/trunk@50571 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2021-03-24 16:39:39 +00:00
parent 2382765afa
commit 26fd2405f6
14 changed files with 37 additions and 37 deletions

View File

@@ -151,16 +151,16 @@
}
.media-frame ::-webkit-input-placeholder {
color: #787c82;
color: #646970;
}
.media-frame ::-moz-placeholder {
color: #787c82;
color: #646970;
opacity: 1;
}
.media-frame :-ms-input-placeholder {
color: #787c82;
color: #646970;
}
/*