--- a/wp/wp-admin/css/edit-rtl.css Thu Sep 29 08:06:27 2022 +0200
+++ b/wp/wp-admin/css/edit-rtl.css Fri Sep 05 18:40:08 2025 +0200
@@ -726,6 +726,17 @@
padding-right: 0;
}
+/* Better position for the WordPress admin notices. */
+.privacy-settings .notice,
+.site-health .notice {
+ margin: 25px 22px 15px 20px;
+}
+
+.privacy-settings .notice ~ .notice,
+.site-health .notice ~ .notice {
+ margin-top: 5px;
+}
+
/* Emulates .wrap h1 styling */
.privacy-settings-header h1,
.health-check-header h1 {
@@ -965,7 +976,7 @@
.privacy-settings-accordion-actions .success {
display: none;
- color: #008a20;
+ color: #007017;
padding-left: 1em;
padding-top: 6px;
}
@@ -1058,6 +1069,10 @@
padding: 0 8px 8px;
}
+#postcustom #postcustomstuff .add-custom-field {
+ padding: 12px 8px 8px;
+}
+
#side-sortables #postcustom #postcustomstuff .submit {
margin: 0;
padding: 0;
@@ -1108,7 +1123,8 @@
width: auto;
}
-#postcustomstuff #newmetaleft a {
+#postcustomstuff #newmetaleft a,
+#postcustomstuff #newmeta-button {
display: inline-block;
margin: 0 8px 8px;
text-decoration: none;
@@ -1278,8 +1294,9 @@
}
div.tabs-panel-active:focus {
- box-shadow: inset 0 0 0 1px #4f94d4, inset 0 0 2px 1px rgba(79, 148, 212, 0.8);
- outline: 0 none;
+ box-shadow: inset 0 0 0 2px #2271b1;
+ /* Only visible in Windows High Contrast mode */
+ outline: 2px solid transparent;
}
#front-page-warning,
@@ -1673,7 +1690,6 @@
* HiDPI Displays
*/
@media print,
- (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
#content-resize-handle,
#post-body .wp_themeSkin .mceStatusbar a.mceResize {