dsfr: adjust colours of time table cells

This commit is contained in:
Frédéric Péters 2022-04-26 19:45:43 +02:00
parent d756620a69
commit 59cbf39473
1 changed files with 4 additions and 0 deletions

View File

@ -83,3 +83,7 @@ $or-separator: false;
$cell-open-foldable-icon: "+"; // plus
$cell-close-foldable-icon: ""; // minus
$buttons-order: previous, cancel (grow), submit;
$timetable-cell-hover-background: $grey-200;
$timetable-cell-selected-background: $primary-color;
$timetable-cell-selected-color: white;