wp/wp-admin/css/forms-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
--- a/wp/wp-admin/css/forms-rtl.css	Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-admin/css/forms-rtl.css	Fri Sep 05 18:52:52 2025 +0200
@@ -804,6 +804,8 @@
 	padding: 9px 0;
 	line-height: 1.6;
 	max-width: 270px;
+	border-radius: 4px;
+	background: #f0f0f1;
 }
 
 .button-add-site-icon:focus,
@@ -811,18 +813,6 @@
 	background: #fff;
 }
 
-.site-icon-section .favicon-preview {
-	float: right;
-}
-.site-icon-section .app-icon-preview {
-	float: right;
-	margin: 0 20px;
-}
-
-.site-icon-section .site-icon-preview img {
-	max-width: 100%;
-}
-
 .button-add-site-icon:focus {
 	background-color: #fff;
 	border-color: #3582c4;
@@ -1013,6 +1003,7 @@
 }
 
 .application-password-display input.code {
+	margin-bottom: 6px;
 	width: 19em;
 }