Fix btn-primary class selector

This commit is contained in:
billz 2023-11-05 13:46:32 +00:00
parent 648465f6c6
commit 7a612592c2

View File

@ -42,7 +42,7 @@ body {
background-color: #fff;
}
.btn-primary.disabled {
.btn-primary:disabled {
color: <?php echo $color; ?> !important;
border-color: <?php echo $color; ?> !important;
background-color: #fff !important;