+Input styling and some bugfixes

This commit is contained in:
Simon Martens
2026-01-09 23:45:42 +01:00
parent 56464c8696
commit d5d092424a
9 changed files with 418 additions and 524 deletions

View File

@@ -4,13 +4,13 @@
}
.dbform .inputwrapper {
@apply rounded-xs border-2 border-transparent py-1
@apply rounded-xs border-2 border-transparent
border-l-2 focus-within:border-l-slate-600
bg-stone-100 focus-within:bg-slate-100 transition-all duration-100;
}
.dbform .inputwrapper .inputlabel {
@apply px-3 text-gray-700 font-bold py-1;
@apply px-3 text-gray-800 font-bold py-1;
}
.dbform .inputwrapper .inputinput {
@@ -33,7 +33,11 @@
}
.inputlabeltext {
@apply text-gray-700 font-bold;
@apply font-bold;
}
.inputlabelrow {
@apply bg-stone-200 border-b flex flex-row justify-between mb-1 align-middle items-center;
}
.dbform .inputwrapper .inputselect {