]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/login-rtl.css
WordPress 4.3
[autoinstalls/wordpress.git] / wp-admin / css / login-rtl.css
index 787b81eddfb660e09dbe76238c9e0624f458fa6e..7bb3692535d7a2faf7687d328f476050c0d7a666 100644 (file)
@@ -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);
@@ -180,7 +185,13 @@ 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,
@@ -202,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 {
@@ -225,10 +242,6 @@ p {
        margin-right: 8px;
 }
 
-.mobile #login h1 a {
-       width: auto;
-}
-
 body.interim-login {
        height: auto;
 }