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;