mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
Add Disabled Styling
This commit is contained in:
parent
023985153d
commit
a7446d9663
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@ button, .button {
|
|||
background-color: var(--cl-bg-hl);
|
||||
}
|
||||
|
||||
.button:disabled, button:disabled {
|
||||
background-color: var(--cl-bg-hl);
|
||||
}
|
||||
|
||||
input, textarea {
|
||||
background-color: var(--cl-bg-hl);
|
||||
border: 1px solid var(--cl-fg);
|
||||
|
|
Loading…
Add table
Reference in a new issue