From 81bba567766afc0fc1d6de433e6eb841f794b85f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 5 Nov 2020 18:58:55 +0100 Subject: [PATCH] CSS --- htdocs/theme/eldy/global.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 55e00f68c70..783444ab07d 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -331,15 +331,15 @@ span.timesheetalreadyrecorded input { border-bottom: solid 1px rgba(0,0,0,0.4); margin-right: 1px !important; } -td.weekend { - background-color: #eee; -} td.onholidaymorning, td.onholidayafternoon { background-color: #fdf6f2; } td.onholidayallday { background-color: #f4eede; } +td.weekend { /* must be after td.onholidayallday */ + background-color: #eee; +} /* td.leftborder, td.hide0 { border-left: 1px solid #ccc;