X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/41578db67d72562346e4dbb2a14889b23d522813..53f4633144ed68c8b8fb5861f992b5489894a940:/wp-admin/css/login-rtl.css diff --git a/wp-admin/css/login-rtl.css b/wp-admin/css/login-rtl.css index a3c7bed9..7bb36925 100644 --- a/wp-admin/css/login-rtl.css +++ b/wp-admin/css/login-rtl.css @@ -1,5 +1,5 @@ -@import url(forms.css); -@import url(l10n.css); +@import url(forms-rtl.css); +@import url(l10n-rtl.css); html, body { @@ -22,7 +22,7 @@ body { } a { - color: #0074a2; + color: #0073aa; -webkit-transition-property: border, background, color; transition-property: border, background, color; -webkit-transition-duration: .05s; @@ -37,16 +37,21 @@ a { a:hover, a:active { - color: #2ea2cc; + color: #00a0d2; } a:focus { color: #124964; + -webkit-box-shadow: + 0 0 0 1px #5b9dd9, + 0 0 2px 1px rgba(30, 140, 190, .8); + box-shadow: + 0 0 0 1px #5b9dd9, + 0 0 2px 1px rgba(30, 140, 190, .8); } -a:focus, -a:active { - outline: thin dotted; +.ie8 a:focus { + outline: #5b9dd9 solid 1px; } p { @@ -54,7 +59,7 @@ p { } .login .message { - border-right: 4px solid #7ad03a; + border-right: 4px solid #00a0d2; padding: 1px 12px; background-color: #fff; -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1); @@ -126,19 +131,19 @@ p { .login h1 a { background-image: url(../images/w-logo-blue.png?ver=20131202); background-image: none, url(../images/wordpress-logo.svg?ver=20131107); - -webkit-background-size: 80px 80px; - background-size: 80px 80px; + -webkit-background-size: 84px; + background-size: 84px; background-position: center top; background-repeat: no-repeat; color: #999; - height: 80px; + height: 84px; font-size: 20px; font-weight: normal; line-height: 1.3em; margin: 0 auto 25px; padding: 0; text-decoration: none; - width: 80px; + width: 84px; text-indent: -9999px; outline: none; overflow: hidden; @@ -180,13 +185,18 @@ p { .login #nav a:hover, .login #backtoblog a:hover, .login h1 a:hover { - color: #2ea2cc; + color: #00a0d2; +} + +.login #nav a:focus, +.login #backtoblog a:focus, +.login h1 a:focus { + color: #124964; } .login form .input, .login input[type="text"] { font-size: 24px; - line-height: 1; width: 100%; padding: 3px; margin: 2px 0 16px 6px; @@ -203,12 +213,18 @@ p { font-family: sans-serif; } +.login-action-rp input[type="text"] { + -webkit-box-shadow: none; + box-shadow: none; + margin: 0; +} + .login #pass-strength-result { - width: 250px; font-weight: 600; - margin: 12px 0 6px; + margin: -1px 0 16px 5px; padding: 6px 5px; text-align: center; + width: 100%; } .mobile #login { @@ -226,10 +242,6 @@ p { margin-right: 8px; } -.mobile #login h1 a { - width: auto; -} - body.interim-login { height: auto; } @@ -267,4 +279,4 @@ body.interim-login { font: normal 21px/1 'dashicons'; margin: -3px -4px 0 0; } -} \ No newline at end of file +}