css: Make schedule deemphasis color match table borders.

This commit is contained in:
Brett Smith 2020-01-01 10:37:50 -05:00
parent d3c3d882c6
commit f13ae1edf1

View file

@ -646,7 +646,7 @@ body.login #content_body .row > div.col-md-9 > p + div.container {
}
table.calendar, table.calendar td:empty {
background-color: lightgray;
background-color: #ddd;
}
table.calendar th, table.calendar td {