Fix hidden inputs

This commit is contained in:
Edgar P. Burkhart 2022-08-11 08:41:50 +02:00
parent 178f82d36a
commit 1f40f6bdc6
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 4 additions and 0 deletions

View File

@ -76,3 +76,7 @@ form > .buttons a.del {
background: var(--red);
color: var(--text-inv);
}
form input[hidden] {
display: none;
}