Nach Typ suchen

This commit is contained in:
Simon Martens
2025-03-10 14:38:10 +01:00
parent 5980ce6c6c
commit b8f36274fc
7 changed files with 39 additions and 18 deletions

View File

@@ -447,6 +447,10 @@
@apply w-full px-2 py-1 border-zinc-600 border col-span-9;
}
#extendedsearchcolumn select {
@apply w-full px-2 py-1 border-zinc-600 border col-span-9;
}
#extendedsearchcolumn button {
@apply col-start-4 col-span-4 py-2;
}