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; } diff --git a/modules/legacy/components/admin.php b/modules/legacy/components/admin.php index 55d2b46b..6cefb2d7 100644 --- a/modules/legacy/components/admin.php +++ b/modules/legacy/components/admin.php @@ -37,102 +37,71 @@ public function admin_notices() { ?> -
%s%s
', + return sprintf( '%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