diff -r 3d4e9c994f10 -r a86126ab1dd4 wp/wp-admin/css/install.css --- a/wp/wp-admin/css/install.css Tue Oct 22 16:11:46 2019 +0200 +++ b/wp/wp-admin/css/install.css Tue Dec 15 13:49:49 2020 +0100 @@ -20,7 +20,7 @@ a:hover, a:active { - color: #00a0d2; + color: #006799; } a:focus { @@ -30,10 +30,6 @@ 0 0 2px 1px rgba(30, 140, 190, 0.8); } -.ie8 a:focus { - outline: #5b9dd9 solid 1px; -} - h1, h2 { border-bottom: 1px solid #ddd; clear: both; @@ -81,30 +77,24 @@ } #logo { - margin: 6px 0 14px 0; - padding: 0 0 7px 0; - border-bottom: none; - text-align: center -} -#logo a { + margin: -130px auto 25px; + padding: 0 0 25px 0; + width: 84px; + height: 84px; + overflow: hidden; background-image: url(../images/w-logo-blue.png?ver=20131202); background-image: none, url(../images/wordpress-logo.svg?ver=20131107); background-size: 84px; background-position: center top; background-repeat: no-repeat; color: #444; /* same as login.css */ - height: 84px; font-size: 20px; font-weight: 400; line-height: 1.3em; - margin: -130px auto 25px; - padding: 0; text-decoration: none; - width: 84px; + text-align: center; text-indent: -9999px; outline: none; - overflow: hidden; - display: block; } .step { @@ -115,10 +105,7 @@ padding: 0; } .language-chooser.wp-core-ui .step .button.button-large { - height: 36px; font-size: 14px; - line-height: 33px; - vertical-align: middle; } textarea { border: 1px solid #ddd; @@ -149,7 +136,7 @@ } .form-table code { - line-height: 18px; + line-height: 1.28571428; font-size: 14px; } @@ -159,7 +146,7 @@ } .form-table input { - line-height: 20px; + line-height: 1.33333333; font-size: 15px; padding: 3px 5px; border: 1px solid #ddd; @@ -205,7 +192,7 @@ #error-page p { font-size: 14px; - line-height: 18px; + line-height: 1.28571428; margin: 25px 0 20px; } @@ -301,6 +288,17 @@ box-sizing: border-box; } + .wp-pwd #pass1 { + padding-right: 50px; + } + + .wp-pwd .button.wp-hide-pw { + right: 0; + } + + #pass-strength-result { + width: 100%; + } } body.language-chooser { @@ -312,13 +310,22 @@ width: 100%; display: block; border: 1px solid #ddd; - background-color: #fff; + background: #fff; color: #32373c; font-size: 16px; font-family: Arial, sans-serif; font-weight: 400; } +.language-chooser select:focus { + color: #32373c; +} + +.language-chooser select option:hover, +.language-chooser select option:focus { + color: #016087; +} + .language-chooser p { text-align: right; }