From bf69e17ae6251d3f4a14cbe718ca4b533076cd96 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Thu, 19 Oct 2023 16:04:28 +0200 Subject: [PATCH] Apply the company color to the appointments modal existing customer list entries (#1429) --- application/views/components/company_color_style.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application/views/components/company_color_style.php b/application/views/components/company_color_style.php index 79bc9244..bcce76ff 100644 --- a/application/views/components/company_color_style.php +++ b/application/views/components/company_color_style.php @@ -183,5 +183,9 @@ .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month { background-color: !important; } + + #existing-customers-list div:hover { + background: !important; + }