Accessibility: Upgrade/Install: Add more contrast to input borders during installation.

This brings the accessibility improvements previously made for other areas of the admin in WordPress 5.3 to the installation screens too.

Follow-up to [46241-46244], [46247], [46248], [46293], [46425].

Props Maigret, audrasjb.
Fixes #51854.

git-svn-id: https://develop.svn.wordpress.org/trunk@49907 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-12-26 19:52:48 +00:00
parent 0f33f289e8
commit b16def4d1d
4 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -1376,7 +1376,7 @@ div.error {
background: #fff;
border: 1px solid #ccd0d4;
border-left-width: 4px;
box-shadow: 0 1px 1px rgba(0,0,0,.04);
box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
margin: 5px 15px 2px;
padding: 1px 12px;
}
+2 -1
View File
@@ -2354,11 +2354,12 @@ body.cheatin {
font-size: medium;
height: auto;
background: #fff;
border: 1px solid #ccd0d4;
margin: 50px auto 2em;
padding: 1em 2em;
max-width: 700px;
min-width: 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}
body.cheatin h1 {
+2 -3
View File
@@ -5,13 +5,14 @@ html {
body {
background: #fff;
border: 1px solid #ccd0d4;
color: #444;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
margin: 140px auto 25px;
padding: 20px 20px 10px 20px;
max-width: 700px;
-webkit-font-smoothing: subpixel-antialiased;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}
a {
@@ -149,8 +150,6 @@ textarea {
line-height: 1.33333333;
font-size: 15px;
padding: 3px 5px;
border: 1px solid #ddd;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
}
input,