From a0218253ce5af025e3d3d0f50d6e5da08ba06594 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 30 Oct 2023 00:43:43 +0100 Subject: [PATCH] UX: fix CSS when selecting the weekend in the opening hours selector --- public/css/openinghourstable.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/openinghourstable.css b/public/css/openinghourstable.css index e938c4701..88400363b 100644 --- a/public/css/openinghourstable.css +++ b/public/css/openinghourstable.css @@ -47,6 +47,10 @@ background: repeating-linear-gradient(-65deg, var(--background-color) 0 4.8px, var(--subtle-detail-color) 7px) } +.oh-timecell-selected.oh-timecell-5:not(.oh-timecell-half), .oh-timecell-selected.oh-timecell-6:not(.oh-timecell-half) { + background: repeating-linear-gradient(-65deg, var(--catch-detail-color) 0 4.8px, var(--subtle-detail-color) 7px) +} + .oh-timecell-half { border-bottom: 1px solid #ddd; background: var(--subtle-detail-color);