mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 02:25:30 +00:00
+Input styling and some bugfixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user