mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-06 09:19:04 +00:00
Accessibility: Improve and modernize user interface controls for better contrast. Second part: tables, meta boxes, and other user interface elements.
Introduces better contrast for borders of the following user interface elements: - Tables - Screen Options and Help - Admin notices - Welcome panel - Meta boxes (post boxes) - Cards - Health Check accordions and headings - Theme and Plugin upload forms Props kjellr, melchoyce, karmatosed, audrasjb. Fixes #48101. git-svn-id: https://develop.svn.wordpress.org/trunk@46242 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1047,7 +1047,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
||||
.upload-theme .wp-upload-form,
|
||||
.upload-plugin .wp-upload-form {
|
||||
background: #fafafa;
|
||||
border: 1px solid #e5e5e5;
|
||||
border: 1px solid #ccd0d4;
|
||||
padding: 30px;
|
||||
margin: 30px auto;
|
||||
max-width: 380px;
|
||||
|
||||
Reference in New Issue
Block a user