This commit is contained in:
Laurent Destailleur 2020-11-05 18:58:55 +01:00
parent 57bb6506a3
commit 81bba56776

View File

@ -331,15 +331,15 @@ span.timesheetalreadyrecorded input {
border-bottom: solid 1px rgba(0,0,0,0.4);
margin-right: 1px !important;
}
td.weekend {
background-color: #eee;
}
td.onholidaymorning, td.onholidayafternoon {
background-color: #fdf6f2;
}
td.onholidayallday {
background-color: #f4eede;
}
td.weekend { /* must be after td.onholidayallday */
background-color: #eee;
}
/*
td.leftborder, td.hide0 {
border-left: 1px solid #ccc;