Skip to content
Snippets Groups Projects

Resolve "[Printout] background-color from first row in day not overridden in date column"

@@ -129,22 +129,21 @@ th.lessons-day-head {
transform: rotate(-180deg);
}
tr.lesson-substituted {
background-color: #ffc107;
}
tr.lesson-cancelled {
background-color: #dc3545;
tr.lesson-cancelled td.subj {
text-decoration: line-through;
}
tr.lesson-cancelled td {
text-decoration: line-through:
background-color: #dc3545;
}
tr.lesson-substituted td.lesson-subj {
text-decoration: line-through;
}
tr.lesson-substituted td {
background-color: #ffc107;
}
td.lesson-notes {
font-size: 80%;
}
Loading