Auto-commit for deploy to production - 2025-12-09 12:09:17
This commit is contained in:
@@ -176,12 +176,12 @@ input[type="number"] {
|
||||
|
||||
/* Ligne de semaine contenant au moins un jour de vacances scolaires */
|
||||
.fc-row--school-holiday {
|
||||
background-color: #fff5cc;
|
||||
background-color: #fff8d5; /* jaune clair uniforme */
|
||||
}
|
||||
|
||||
/* Jour individuel en vacances scolaires (cellule) */
|
||||
.fc-day--school-holiday {
|
||||
background-color: #ffe9a6;
|
||||
background-color: #ffe9a6; /* un ton un peu plus marqué mais pas orange vif */
|
||||
}
|
||||
|
||||
/* Tableau recap vacances scolaires */
|
||||
@@ -202,3 +202,7 @@ input[type="number"] {
|
||||
.fc-holidays-table th {
|
||||
background-color: #f0f4f8;
|
||||
}
|
||||
|
||||
.fc-row--school-holiday td:first-child {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user