Skip to content
Snippets Groups Projects
Verified Commit c15cedbb authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix color of table.

parent ccc3a822
No related branches found
No related tags found
1 merge request!18Resolve "[Printout] background-color from first row in day not overridden in date column"
...@@ -129,22 +129,21 @@ th.lessons-day-head { ...@@ -129,22 +129,21 @@ th.lessons-day-head {
transform: rotate(-180deg); transform: rotate(-180deg);
} }
tr.lesson-substituted { tr.lesson-cancelled td.subj {
background-color: #ffc107; text-decoration: line-through;
}
tr.lesson-cancelled {
background-color: #dc3545;
} }
tr.lesson-cancelled td { tr.lesson-cancelled td {
text-decoration: line-through: background-color: #dc3545;
} }
tr.lesson-substituted td.lesson-subj { tr.lesson-substituted td.lesson-subj {
text-decoration: line-through; text-decoration: line-through;
} }
tr.lesson-substituted td {
background-color: #ffc107;
}
td.lesson-notes { td.lesson-notes {
font-size: 80%; font-size: 80%;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment