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 {
|
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
|
||||||
background-color: <?= $company_color ?> !important;
|
background-color: <?= $company_color ?> !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#existing-customers-list div:hover {
|
||||||
|
background: <?= $company_color ?> !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
Loading…
Reference in a new issue