Accessibility: Improve color contrast updating any #999 gray used for text or icons to a darker gray.

Fixes #35660.

git-svn-id: https://develop.svn.wordpress.org/trunk@36587 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia
2016-02-19 18:43:04 +00:00
parent 03360d143d
commit 15a26902a6
14 changed files with 27 additions and 22 deletions
+2 -2
View File
@@ -453,7 +453,7 @@ html:lang(he-il) .rtl #wpadminbar * {
}
#wpadminbar #wp-admin-bar-user-info .username {
color: #999;
color: #a0a5aa;
font-size: 11px;
}
@@ -906,7 +906,7 @@ html:lang(he-il) .rtl #wpadminbar * {
overflow: hidden;
width: 52px;
padding: 0;
color: #999;
color: #a0a5aa; /* @todo not needed? this text is hidden */
position: relative;
}
+1 -1
View File
@@ -2006,7 +2006,7 @@
}
.image-details .custom-size span small {
color: #999;
color: #555d66; /* #f3f3f3 background */
font-size: inherit;
}