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

Fixes #35660.
Built from https://develop.svn.wordpress.org/trunk@36587


git-svn-id: http://core.svn.wordpress.org/trunk@36554 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia
2016-02-19 18:44:27 +00:00
parent 6b775d4afe
commit 30866ceb5d
51 changed files with 77 additions and 67 deletions

View File

@@ -69,7 +69,7 @@ ul.add-menu-item-tabs li {
}
.is-submenu {
color: #999;
color: #555d66; /* #fafafa background */
font-style: italic;
font-weight: normal;
margin-left: 4px;
@@ -134,7 +134,7 @@ ul.add-menu-item-tabs li {
}
.theme-location-set {
color: #999;
color: #72777c;
font-size: 11px;
}
@@ -484,7 +484,7 @@ ul.add-menu-item-tabs li {
}
.menu-item-handle .menu-item-title.no-title {
color: #999;
color: #72777c;
}
/* Sortables */