diff --git a/src/styles.css b/src/styles.css index 8d3b838..c8d6a9f 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1231,6 +1231,15 @@ select option { transition: all 0.2s; } +.btn:disabled { + opacity: 0.45; + cursor: not-allowed; +} + +.btn:disabled:hover { + background: inherit; +} + .btn:focus-visible { outline: none; box-shadow: 0 0 0 2px rgba(145, 70, 255, 0.65);