Apply the company color to the appointments modal existing customer list entries (#1429)

This commit is contained in:
Alex Tselegidis 2023-10-19 16:04:28 +02:00
parent f0a91600bf
commit bf69e17ae6
1 changed files with 4 additions and 0 deletions

View File

@ -183,5 +183,9 @@
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
background-color: <?= $company_color ?> !important;
}
#existing-customers-list div:hover {
background: <?= $company_color ?> !important;
}
</style>
<?php endif ?>