diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-admin/css/install.css --- a/wp/wp-admin/css/install.css Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-admin/css/install.css Fri Sep 05 18:40:08 2025 +0200 @@ -26,9 +26,9 @@ a:focus { color: #043959; - box-shadow: - 0 0 0 1px #4f94d4, - 0 0 2px 1px rgba(79, 148, 212, 0.8); + box-shadow: 0 0 0 2px #2271b1; + /* Only visible in Windows High Contrast mode */ + outline: 2px solid transparent; } h1, h2 { @@ -72,10 +72,6 @@ margin: 0; } -label { - cursor: pointer; -} - #logo { margin: -130px auto 25px; padding: 0 0 25px; @@ -131,7 +127,7 @@ font-size: 14px; text-align: left; padding: 10px 20px 10px 0; - width: 140px; + width: 115px; vertical-align: top; } @@ -145,12 +141,30 @@ font-size: 11px; } +.form-table .setup-description { + margin: 4px 0 0; + line-height: 1.6; +} + .form-table input { line-height: 1.33333333; font-size: 15px; padding: 3px 5px; } +.wp-pwd { + margin-top: 0; +} + +.form-table .wp-pwd { + display: flex; + column-gap: 4px; +} + +.form-table .password-input-wrapper { + width: 100%; +} + input, submit { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; @@ -161,7 +175,7 @@ .form-table input[type=url], .form-table input[type=password], #pass-strength-result { - width: 218px; + width: 100%; } .form-table th p { @@ -286,6 +300,10 @@ box-sizing: border-box; } + #pwd { + padding-right: 2.5rem; + } + .wp-pwd #pass1 { padding-right: 50px; } @@ -332,7 +350,6 @@ .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); - -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; @@ -369,7 +386,6 @@ * HiDPI Displays */ @media print, - (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { .spinner {