app: checkmark bij datumkiezer

This commit is contained in:
Peter Kleiweg
2026-05-27 23:19:30 +02:00
parent 5c651387af
commit 7f23212fc3
2 changed files with 10 additions and 1 deletions

View File

@@ -167,3 +167,11 @@ tr.last td {
tr.first td {
padding-top: 0.5em;
}
#fDate:invalid + span::after {
content: ' ✖';
}
#fDate:valid + span::after {
content: ' ✓';
}