Improved style of disabled button.

This commit is contained in:
2025-02-08 16:59:04 +01:00
parent c8bf933647
commit 2cb0a31abf
+1 -1
View File
@@ -2521,7 +2521,7 @@ textarea.form-control-lg {
.btn-check[disabled] + .btn, .btn-check:disabled + .btn { .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
pointer-events: none; pointer-events: none;
filter: none; filter: none;
opacity: 0.65; opacity: 0.40;
} }
.form-range { .form-range {