Auto-commit for deploy to production - 2025-12-09 12:16:34
This commit is contained in:
+3
-11
@@ -166,19 +166,15 @@ input[type="number"] {
|
||||
background: #ffe0e0;
|
||||
}
|
||||
|
||||
.fc-row--school-holiday {
|
||||
background: #fff5cc;
|
||||
/* Jour de vacances scolaires dans le calendrier */
|
||||
.fc-day--school-holiday {
|
||||
background-color: #fff5cc; /* choisis le jaune qui te convient */
|
||||
}
|
||||
|
||||
.fc-row--bank-holiday {
|
||||
background: #d9f7be;
|
||||
}
|
||||
|
||||
/* Ligne de semaine contenant au moins un jour de vacances scolaires */
|
||||
.fc-row--school-holiday {
|
||||
background-color: #fff8d5; /* jaune clair uniforme */
|
||||
}
|
||||
|
||||
/* Jour individuel en vacances scolaires (cellule) */
|
||||
.fc-day--school-holiday {
|
||||
background-color: #ffe9a6; /* un ton un peu plus marqué mais pas orange vif */
|
||||
@@ -202,7 +198,3 @@ input[type="number"] {
|
||||
.fc-holidays-table th {
|
||||
background-color: #f0f4f8;
|
||||
}
|
||||
|
||||
.fc-row--school-holiday td:first-child {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
@@ -306,10 +306,6 @@ function renderTable() {
|
||||
|
||||
const tr = document.createElement("tr");
|
||||
|
||||
if (week.isSchoolHolidayWeek) {
|
||||
tr.classList.add("fc-row--school-holiday");
|
||||
}
|
||||
|
||||
// Colonne Mois
|
||||
if (!monthRowRendered[week.monthKey]) {
|
||||
monthRowRendered[week.monthKey] = true;
|
||||
|
||||
Reference in New Issue
Block a user