From e3afb0bde0878eb0713f5cbc0d266a12c8bacd98 Mon Sep 17 00:00:00 2001 From: Mikael Korpela Date: Wed, 1 Jul 2026 14:10:35 +0300 Subject: [PATCH] Admin redesign: use rounded corners for canvas --- src/wp-admin/css/common.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css index 980702d31fb80..06b8657c515b9 100644 --- a/src/wp-admin/css/common.css +++ b/src/wp-admin/css/common.css @@ -5,11 +5,16 @@ width: 100%; position: relative; -webkit-font-smoothing: subpixel-antialiased; + background: #1e1e1e; } #wpcontent { height: 100%; padding-left: 20px; + background: #f0f0f1; + border-radius: 8px; + margin-bottom: 8px; + margin-right: 8px; } #wpcontent, @@ -222,7 +227,7 @@ body { } body { - background: #f0f0f1; + background: #1e1e1e; color: #3c434a; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; @@ -2388,7 +2393,7 @@ html.wp-toolbar { bottom: 0; left: 0; right: 0; - padding: 10px 20px; + padding: 10px 28px 18px 20px; color: #50575e; }