wp/wp-admin/css/login-rtl.css
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
--- a/wp/wp-admin/css/login-rtl.css	Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-admin/css/login-rtl.css	Wed Sep 21 18:19:35 2022 +0200
@@ -7,16 +7,16 @@
 }
 
 body {
-	background: #f1f1f1;
+	background: #f0f0f1;
 	min-width: 0;
-	color: #444;
+	color: #3c434a;
 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
 	font-size: 13px;
 	line-height: 1.4;
 }
 
 a {
-	color: #0073aa;
+	color: #2271b1;
 	transition-property: border, background, color;
 	transition-duration: .05s;
 	transition-timing-function: ease-in-out;
@@ -28,14 +28,14 @@
 
 a:hover,
 a:active {
-	color: #006799;
+	color: #135e96;
 }
 
 a:focus {
-	color: #124964;
+	color: #043959;
 	box-shadow:
-		0 0 0 1px #5b9dd9,
-		0 0 2px 1px rgba(30, 140, 190, 0.8);
+		0 0 0 1px #4f94d4,
+		0 0 2px 1px rgba(79, 148, 212, 0.8);
 }
 
 p {
@@ -45,7 +45,7 @@
 .login .message,
 .login .success,
 .login #login_error {
-	border-right: 4px solid #00a0d2;
+	border-right: 4px solid #72aee6;
 	padding: 12px;
 	margin-right: 0;
 	margin-bottom: 20px;
@@ -54,11 +54,11 @@
 }
 
 .login .success {
-	border-right-color: #46b450;
+	border-right-color: #00a32a;
 }
 
 .login #login_error {
-	border-right-color: #dc3232;
+	border-right-color: #d63638;
 }
 
 #loginform p.submit,
@@ -103,8 +103,8 @@
 
 .login .button.wp-hide-pw:focus {
 	background: transparent;
-	border-color: #007cba;
-	box-shadow: 0 0 0 1px #007cba;
+	border-color: #3582c4;
+	box-shadow: 0 0 0 1px #3582c4;
 	/* Only visible in Windows High Contrast mode */
 	outline: 2px solid transparent;
 }
@@ -132,11 +132,11 @@
 .login form {
 	margin-top: 20px;
 	margin-right: 0;
-	padding: 26px 24px 46px;
+	padding: 26px 24px 34px;
 	font-weight: 400;
 	overflow: hidden;
 	background: #fff;
-	border: 1px solid #ccd0d4;
+	border: 1px solid #c3c4c7;
 	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
 }
 
@@ -191,6 +191,18 @@
 	float: left;
 }
 
+.login .reset-pass-submit {
+	display: flex;
+	flex-flow: row wrap;
+	justify-content: space-between;
+}
+
+.login .reset-pass-submit .button {
+	display: inline-block;
+	float: none;
+	margin-bottom: 6px;
+}
+
 .login .admin-email-confirm-form .submit {
 	text-align: center;
 }
@@ -204,8 +216,8 @@
 }
 
 .login h1.admin-email__heading {
-	border-bottom: 1px rgb(241, 241, 241) solid;
-	color: rgb(95, 95, 95);
+	border-bottom: 1px #f0f0f1 solid;
+	color: #50575e;
 	font-weight: normal;
 	padding-bottom: 0.5em;
 	text-align: right;
@@ -253,7 +265,7 @@
 	background-size: 84px;
 	background-position: center top;
 	background-repeat: no-repeat;
-	color: #444;
+	color: #3c434a;
 	height: 84px;
 	font-size: 20px;
 	font-weight: 400;
@@ -286,24 +298,25 @@
 
 #backtoblog {
 	margin: 16px 0;
+	word-break: break-word;
 }
 
 .login #nav a,
 .login #backtoblog a {
 	text-decoration: none;
-	color: #555d66;
+	color: #50575e;
 }
 
 .login #nav a:hover,
 .login #backtoblog a:hover,
 .login h1 a:hover {
-	color: #006799;
+	color: #135e96;
 }
 
 .login #nav a:focus,
 .login #backtoblog a:focus,
 .login h1 a:focus {
-	color: #124964;
+	color: #043959;
 }
 
 .login .privacy-policy-page-link {
@@ -325,6 +338,10 @@
 	max-height: none;
 }
 
+.login input.password-input {
+	font-family: Consolas, Monaco, monospace;
+}
+
 .js.login input.password-input,
 .js.login-action-rp form .input,
 .js.login-action-rp input[type="text"] {
@@ -334,7 +351,7 @@
 .login form .input,
 .login input[type="text"],
 .login form input[type="checkbox"] {
-	background: #fbfbfb;
+	background: #fff;
 }
 
 .js.login-action-rp input[type="text"],
@@ -393,10 +410,6 @@
 	display: none;
 }
 
-@-ms-viewport {
-	width: device-width;
-}
-
 @media screen and (max-height: 550px) {
 	#login {
 		padding: 20px 0;