mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Apply the company color to the appointments modal existing customer list entries (#1429)
This commit is contained in:
parent
f0a91600bf
commit
bf69e17ae6
1 changed files with 4 additions and 0 deletions
|
@ -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 ?>
|
||||
|
|
Loading…
Reference in a new issue