From 51ff2a0cc70e645cd06460202b2385d8a038c065 Mon Sep 17 00:00:00 2001 From: Marcus Quinn Date: Mon, 17 Mar 2025 01:51:20 +0000 Subject: [PATCH] Fix plugin card bottom corners and ensure consistent hover border color --- admin/css/wp-allstars-plugins.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/admin/css/wp-allstars-plugins.css b/admin/css/wp-allstars-plugins.css index 2a19006..ffe28df 100644 --- a/admin/css/wp-allstars-plugins.css +++ b/admin/css/wp-allstars-plugins.css @@ -47,7 +47,7 @@ } .plugin-card:hover { - border-color: #2271b1; + border-color: #2271b1 !important; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); } @@ -83,7 +83,7 @@ } .plugin-card:hover { - border-color: #2271b1; + border-color: #2271b1 !important; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); } } @@ -179,6 +179,8 @@ clear: both !important; width: 100% !important; box-sizing: border-box !important; + border-bottom-left-radius: 8px !important; + border-bottom-right-radius: 8px !important; } /* Remove excessive spacing between elements */