mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 11:44:33 +00:00
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:
@@ -975,7 +975,7 @@ form#tags-filter {
|
||||
|
||||
.privacy-settings-accordion-actions .success {
|
||||
display: none;
|
||||
color: #008a20;
|
||||
color: #007017;
|
||||
padding-right: 1em;
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -473,7 +473,7 @@
|
||||
min-height: 0;
|
||||
line-height: 2.18181818;
|
||||
text-align: left;
|
||||
color: #008a20;
|
||||
color: #007017;
|
||||
}
|
||||
|
||||
.compat-item label span {
|
||||
|
||||
Reference in New Issue
Block a user