From b5ac1973536ce9c820d39ae2358a6d993fab6ffc Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev Date: Tue, 17 Mar 2026 15:58:58 +0200 Subject: [PATCH 1/2] WordPress 7.0 design compatibility --- assets/css/admin.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/css/admin.css b/assets/css/admin.css index 6ffadf82..1970c6a3 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -7,6 +7,11 @@ filter: none; } -.error-elementor { - border-left-color: #93003F; +.notice_wrapper { + border: 1px solid #ccd0d4; + box-shadow: 0 1px 4px #00000026; +} + +.notice_wrapper.error-elementor { + border-inline-start: 4px solid #93003F; } From 3cca51a1f2b4229838d7e867b04f55bff2243b25 Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev Date: Wed, 18 Mar 2026 12:20:54 +0200 Subject: [PATCH 2/2] WordPress 7.0 design compatibility --- modules/legacy/components/admin.php | 93 +++++++------------ .../legacy/notices/sticky-deprecated-nag.php | 2 +- 2 files changed, 32 insertions(+), 63 deletions(-) diff --git a/modules/legacy/components/admin.php b/modules/legacy/components/admin.php index ffc15fd2..79db8c22 100644 --- a/modules/legacy/components/admin.php +++ b/modules/legacy/components/admin.php @@ -37,86 +37,58 @@ public function admin_notices() { ?> -
-
+
- + @@ -124,15 +96,12 @@ public function admin_notices() {
-

.

-
-
- +
diff --git a/modules/legacy/notices/sticky-deprecated-nag.php b/modules/legacy/notices/sticky-deprecated-nag.php index 0911d3cb..9d98d1d7 100644 --- a/modules/legacy/notices/sticky-deprecated-nag.php +++ b/modules/legacy/notices/sticky-deprecated-nag.php @@ -20,7 +20,7 @@ class Sticky_Deprecated_Nag extends Notice_Base { public string $id = 'sticky-deprecated-nag'; public function content(): string { - return sprintf( '

%s

%s%s

%s

', + return sprintf( '

%s

%s%s

%s

', __( 'New accessibility plugin available!', 'pojo-accessibility' ), __( 'Your current plugin is no longer supported. Switch to Ally - Web Accessibility now to access more customization, control, and tools for a more inclusive site.', 'pojo-accessibility' ), Upgrade::get_learn_more_link( 'acc-notice-switch-oc' ), // link to learn more