Administration: Accessibility: Improve color contrast of the Copy buttons success message.

Props sabernhardt.
Fixes #60140.


git-svn-id: https://develop.svn.wordpress.org/trunk@57270 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2024-01-11 15:50:38 +00:00
parent ed88ebb55c
commit c827e32b37
4 changed files with 4 additions and 4 deletions

View File

@ -975,7 +975,7 @@ form#tags-filter {
.privacy-settings-accordion-actions .success {
display: none;
color: #008a20;
color: #007017;
padding-right: 1em;
padding-top: 6px;
}

View File

@ -839,7 +839,7 @@ border color while dragging a file over the uploader drop area */
}
.copy-to-clipboard-container .success {
color: #008a20;
color: #007017;
margin-left: 8px;
}

View File

@ -216,7 +216,7 @@ are styled in the Privacy section of edit.css */
}
.site-health-copy-buttons .success {
color: #008a20;
color: #007017;
margin-left: 0.5rem;
}

View File

@ -473,7 +473,7 @@
min-height: 0;
line-height: 2.18181818;
text-align: left;
color: #008a20;
color: #007017;
}
.compat-item label span {