From 763d1c6ba544adfe0a6ce1128dd1e7b45228e065 Mon Sep 17 00:00:00 2001 From: Erik Thuning <boooink@gmail.com> Date: Wed, 24 Jul 2019 14:08:27 +0200 Subject: [PATCH] Minor change --- style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/style.css b/style.css index 12f96b4..cf61bd4 100644 --- a/style.css +++ b/style.css @@ -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; }