wp/wp-admin/css/install-rtl.css
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
--- a/wp/wp-admin/css/install-rtl.css	Thu Sep 29 08:06:27 2022 +0200
+++ b/wp/wp-admin/css/install-rtl.css	Fri Sep 05 18:40:08 2025 +0200
@@ -27,9 +27,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 {
@@ -73,10 +73,6 @@
 	margin: 0;
 }
 
-label {
-	cursor: pointer;
-}
-
 #logo {
 	margin: -130px auto 25px;
 	padding: 0 0 25px;
@@ -132,7 +128,7 @@
 	font-size: 14px;
 	text-align: right;
 	padding: 10px 0 10px 20px;
-	width: 140px;
+	width: 115px;
 	vertical-align: top;
 }
 
@@ -146,12 +142,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;
@@ -162,7 +176,7 @@
 .form-table input[type=url],
 .form-table input[type=password],
 #pass-strength-result {
-	width: 218px;
+	width: 100%;
 }
 
 .form-table th p {
@@ -287,6 +301,10 @@
 		box-sizing: border-box;
 	}
 
+	#pwd {
+		padding-left: 2.5rem;
+	}
+
 	.wp-pwd #pass1 {
 		padding-left: 50px;
 	}
@@ -333,7 +351,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;
@@ -370,7 +387,6 @@
  * HiDPI Displays
  */
 @media print,
-  (-webkit-min-device-pixel-ratio: 1.25),
   (min-resolution: 120dpi) {
 
 	.spinner {