mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 02:25:30 +00:00
+exemplate, +fields
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
.dbform .inputwrapper .inputselect {
|
||||
@apply mt-1 block w-full rounded-md focus:border-none focus:outline-none
|
||||
disabled:opacity-50;
|
||||
disabled:opacity-50 py-1 px-3;
|
||||
}
|
||||
.dbform .submitbutton {
|
||||
@apply w-full inline-flex justify-center py-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-slate-700 hover:bg-slate-800 cursor-pointer focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-slate-500 active:bg-slate-900 transition-all duration-75;
|
||||
@@ -176,6 +176,7 @@
|
||||
/* --- MultiSelectSimple Component Base Styles (using @apply) --- */
|
||||
.mss-component-wrapper {
|
||||
/* 'relative' is set inline for positioning dropdown */
|
||||
@apply px-3 py-1;
|
||||
}
|
||||
|
||||
.mss-selected-items-container {
|
||||
|
||||
Reference in New Issue
Block a user