This commit is contained in:
Laurent Destailleur 2022-08-15 09:06:34 +02:00
parent d9afdc5846
commit b8e720c8d9

View File

@ -423,9 +423,15 @@ td.onholidaymorning, td.onholidayafternoon {
td.onholidayallday { td.onholidayallday {
background-color: #f4eede; background-color: #f4eede;
} }
td.onholidayallday:not(.weekend) input {
background-color: #f8f7f0;
}
td.weekend { /* must be after td.onholidayallday */ td.weekend { /* must be after td.onholidayallday */
background-color: #eee; background-color: #eee;
} }
td.weekend input {
background-color: #f8f8f8;
}
/* /*
td.leftborder, td.hide0 { td.leftborder, td.hide0 {
border-left: 1px solid #ccc; border-left: 1px solid #ccc;