Accessibility: Improve the color contrast ratio of the dismiss notice buttons.

Props chris_dev.
Fixes #39970.

Built from https://develop.svn.wordpress.org/trunk@40570


git-svn-id: http://core.svn.wordpress.org/trunk@40440 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia
2017-05-04 22:32:46 +00:00
parent 3c7698808f
commit 3dab32af54
17 changed files with 47 additions and 21 deletions
+2 -2
View File
@@ -779,7 +779,7 @@ img.emoji {
#bulk-titles div a:before,
.notice-dismiss:before {
background: none;
color: #b4b9be;
color: #72777c;
content: "\f153";
display: block;
font: normal 16px/20px dashicons;
@@ -1417,7 +1417,7 @@ div.error p,
margin: 0;
padding: 9px;
background: none;
color: #b4b9be;
color: #72777c;
cursor: pointer;
}