css: Deemphasize empty parts of the schedule.

This commit is contained in:
Brett Smith 2020-01-01 10:31:10 -05:00
parent f1b6e31c31
commit d3c3d882c6

View file

@ -644,3 +644,11 @@ body.login #content_body .row > div.col-md-9 > p + div.container {
display: block;
font-variant: small-caps;
}
table.calendar, table.calendar td:empty {
background-color: lightgray;
}
table.calendar th, table.calendar td {
background-color: #fff;
}