Skip to content
Snippets Groups Projects
Commit 98e2cee8 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch...

Merge branch '36-printout-background-color-from-first-row-in-day-not-overridden-in-date-column' into 'master'

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

Closes #36

See merge request Teckids/BiscuIT/BiscuIT-App-Alsijil!18
parents 7a4e4149 c15cedbb
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