From 62f76ad93d4c35b873d4b2db7b5a887686d5b827 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 14 Oct 2024 18:12:35 +0200 Subject: [PATCH] Increase the color contrast of the booking header selection information --- application/views/components/company_color_style.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/application/views/components/company_color_style.php b/application/views/components/company_color_style.php index 5ec8e02c..65b5982b 100644 --- a/application/views/components/company_color_style.php +++ b/application/views/components/company_color_style.php @@ -187,5 +187,11 @@ #existing-customers-list div:hover { background: !important; } + + #book-appointment-wizard #company-name .display-booking-selection { + color: ; + border-right-color: ; + filter: brightness(280%); + }