css: Make schedule deemphasis color match table borders.
This commit is contained in:
parent
d3c3d882c6
commit
f13ae1edf1
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue