Update validation command approvals in settings; enhance checkbox toggle slider styles for checklist items; adjust cache timestamps in config
This commit is contained in:
@@ -97,12 +97,47 @@ input[type="checkbox"].form-checkbox:disabled::before,
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
/* Spezielle Behandlung für Fields mit Checklist-Items */
|
||||
.field[data-name="erforderlicheUnterlagen"] {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
/* Boolean Field spezifisch */
|
||||
.field.field-boolean {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* Checklist Item Container - untereinander anordnen */
|
||||
/* Parent Container der Checklist Items */
|
||||
.checklist-container {
|
||||
display: block !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.checklist-item-container {
|
||||
display: block !important;
|
||||
clear: both !important;
|
||||
margin-bottom: 12px;
|
||||
width: 100% !important;
|
||||
float: none !important;
|
||||
}
|
||||
|
||||
.checklist-item-container input[type="checkbox"] {
|
||||
margin-right: 8px;
|
||||
float: none !important;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.checklist-item-container .checklist-label {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* ===== DETAIL VIEW (Readonly) ===== */
|
||||
|
||||
/* Detail-Mode mit custom Attribut */
|
||||
|
||||
Reference in New Issue
Block a user