Fix hidden inputs
This commit is contained in:
parent
178f82d36a
commit
1f40f6bdc6
1 changed files with 4 additions and 0 deletions
|
@ -76,3 +76,7 @@ form > .buttons a.del {
|
||||||
background: var(--red);
|
background: var(--red);
|
||||||
color: var(--text-inv);
|
color: var(--text-inv);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form input[hidden] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue