Ensure consistent border-radius on all button corners

This commit is contained in:
Marcus Quinn
2025-03-15 18:24:14 +00:00
parent 82be587d04
commit 574e34b8ef

View File

@ -1108,7 +1108,7 @@ function wp_allstars_settings_page() {
font-weight: normal;
margin: 0;
border: 1px solid #0071a1;
border-radius: 3px;
border-radius: 3px !important;
background: #f6f7f7;
color: #0071a1;
display: inline-block;