mirror of
https://github.com/speatzle/nfsense.git
synced 2025-09-13 15:19:08 +00:00
remove, multiselect, test form
This commit is contained in:
parent
3a0d094e7b
commit
99abeab434
4 changed files with 38 additions and 492 deletions
|
@ -29,6 +29,9 @@ form {
|
|||
form > :is(button, .button, h1) {
|
||||
grid-column: 1 / 3;
|
||||
}
|
||||
form > :is(label) {
|
||||
grid-column: 1;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
|
@ -68,7 +71,7 @@ button, .button {
|
|||
background-color: var(--cl-bg-hl);
|
||||
}
|
||||
|
||||
input {
|
||||
input, textarea {
|
||||
background-color: var(--cl-bg-hl);
|
||||
border: 1px solid var(--cl-fg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue