From b8e720c8d914fdb2537b34340e905c0e9c5ed82c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 15 Aug 2022 09:06:34 +0200 Subject: [PATCH] css --- htdocs/theme/eldy/global.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index e0b8e04604a..51599816c37 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -423,9 +423,15 @@ td.onholidaymorning, td.onholidayafternoon { td.onholidayallday { background-color: #f4eede; } +td.onholidayallday:not(.weekend) input { + background-color: #f8f7f0; +} td.weekend { /* must be after td.onholidayallday */ background-color: #eee; } +td.weekend input { + background-color: #f8f8f8; +} /* td.leftborder, td.hide0 { border-left: 1px solid #ccc;