From 6b4e6b4b49113e42c2996321fb3553bc74cc13ad Mon Sep 17 00:00:00 2001 From: Marcus Quinn Date: Sat, 15 Mar 2025 18:20:37 +0000 Subject: [PATCH] Standardize button borders and shapes in pro plugins section --- admin/settings.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/settings.php b/admin/settings.php index 2b65b41..bacd686 100644 --- a/admin/settings.php +++ b/admin/settings.php @@ -1108,13 +1108,17 @@ function wp_allstars_settings_page() { font-weight: 500; margin: 0; border: 1px solid #2271b1; + border-radius: 3px; background: #f6f7f7; color: #2271b1; + display: inline-block; + box-shadow: none; } .wpa-pro-plugin .button:hover { background: #f0f0f1; border-color: #0a4b78; color: #0a4b78; + box-shadow: none; } .wpa-pro-plugin .button-primary { background: #2271b1;