From 7a612592c2af0becf6d448cbd7c8f46008fb5a2e Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 5 Nov 2023 13:46:32 +0000 Subject: [PATCH] Fix btn-primary class selector --- app/css/custom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/css/custom.php b/app/css/custom.php index 33a59c58..d9dcbf1c 100644 --- a/app/css/custom.php +++ b/app/css/custom.php @@ -42,7 +42,7 @@ body { background-color: #fff; } -.btn-primary.disabled { +.btn-primary:disabled { color: !important; border-color: !important; background-color: #fff !important;