Apply the company color to the appointments modal dropdown (#1422)

This commit is contained in:
Alex Tselegidis 2023-10-16 11:54:27 +02:00
parent c1535ef527
commit f0a91600bf

View file

@ -166,7 +166,7 @@
.backend-page .filter-records .results .entry.selected {
border-right-color: <?= $company_color ?> !important;
}
.flatpickr-calendar .flatpickr-months,
.flatpickr-calendar .flatpickr-months .flatpickr-month,
.flatpickr-calendar .flatpickr-weekdays,
@ -179,5 +179,9 @@
background: <?= $company_color ?> !important;
border-color: <?= $company_color ?> !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
background-color: <?= $company_color ?> !important;
}
</style>
<?php endif ?>