Accessibility: Reduce the WordPress shades of grey, first part.

See #35783.
Built from https://develop.svn.wordpress.org/trunk@36537


git-svn-id: http://core.svn.wordpress.org/trunk@36504 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia
2016-02-16 16:09:29 +00:00
parent 3e65236aa7
commit 008cba0333
29 changed files with 63 additions and 57 deletions
+4 -2
View File
@@ -492,7 +492,7 @@ border color while dragging a file over the uploader drop area */
content: "\f153";
display: block;
font: normal 16px/1 dashicons;
color: #bbb;
color: #b4b9be;
}
.upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:focus:before,
@@ -909,7 +909,9 @@ border color while dragging a file over the uploader drop area */
.media-disabled,
.imgedit-settings .disabled {
color: grey;
/* WCAG 1.4.3 Text or images of text that are part of an inactive user
interface component ... have no contrast requirement. */
color: #a0a5aa;
}
.A1B1 {