[UI] Added common disabled style to buttons.

This commit is contained in:
Fabio Manganiello 2024-08-25 00:17:28 +02:00
parent e6a358fe27
commit 342df0eeec
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -18,6 +18,13 @@ button, .btn, .btn-default {
.icon {
margin-right: .5em;
}
&:disabled,
&[disabled] {
background: none !important;
color: $disabled-fg !important;
cursor: not-allowed;
}
}
input[type=text], input[type=password] {