css: Deemphasize empty parts of the schedule.
This commit is contained in:
parent
f1b6e31c31
commit
d3c3d882c6
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue