add field conditions placeholder

This commit is contained in:
Pete Matsyburka
2024-03-01 23:29:37 +02:00
parent fb6ede564e
commit ae3f939d23
12 changed files with 354 additions and 39 deletions
+4
View File
@@ -125,3 +125,7 @@ button[disabled] .enabled {
outline-offset: 3px;
outline-color: hsl(var(--bc) / 0.2);
}
select:required:invalid {
color: gray !important;
}