mirror of
https://github.com/speatzle/nfsense.git
synced 2025-09-13 15:19:08 +00:00
fix router link disabling
This commit is contained in:
parent
0fdd9ddf60
commit
f0edca127f
7 changed files with 8 additions and 7 deletions
|
@ -71,8 +71,9 @@ button, .button {
|
|||
background-color: var(--cl-bg-hl);
|
||||
}
|
||||
|
||||
.button:disabled, button:disabled {
|
||||
.button:disabled, button:disabled, .disabled {
|
||||
background-color: var(--cl-bg-hl);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
input, textarea {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue