update(Cis Modals): makes modals scrollable by default and uses fhc-primary for the card-header and fhc-secondary for the card-footer

This commit is contained in:
SimonGschnell
2025-07-22 16:20:18 +02:00
parent 1b2d5ff6c6
commit db07f33e3c
2 changed files with 15 additions and 1 deletions
+14
View File
@@ -838,4 +838,18 @@ html {
#lektorenContainer {
grid-template-columns: 1fr 1fr;
}
}
#cis-main .modal-header{
background-color: var(--fhc-primary);
color: var(--fhc-light);
}
#cis-main .modal-header .btn-close{
filter: invert(1);
}
#cis-main .modal-footer {
background-color: var(--fhc-secondary);
}