Add style for disabled button.

This commit is contained in:
Madeorsk 2024-07-13 17:52:54 +02:00
parent 20c36f7c8b
commit 9650f67139
Signed by: Madeorsk
SSH key fingerprint: SHA256:J9G0ofIOLKf7kyS2IfrMqtMaPdfsk1W02+oGueZzDDU

View file

@ -41,6 +41,11 @@ a.button, button, input[type="submit"], input[type="reset"]
transform: scale(0.95);
}
&:disabled
{
opacity: 60%;
}
&.flat
{
box-shadow: 0 0 0 0 transparent;