Minor change

This commit is contained in:
Erik Thuning 2019-07-24 14:08:27 +02:00
parent 1b0f27b2e9
commit 763d1c6ba5

@ -88,14 +88,10 @@ td.discarded {
background-color: #a0a0a0;
}
td.service, td.active_service {
td.service, td.active_service, td.inactive_service {
background-color: #e7e08d;
}
td.inactive_service {
background-color: #edeeae;
}
tbody tr {
background-color: #d7e0eb;
}