forked from mirrors/easyappointments
Apply the company color to the appointments modal dropdown (#1422)
This commit is contained in:
parent
c1535ef527
commit
f0a91600bf
1 changed files with 5 additions and 1 deletions
|
@ -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 ?>
|
||||
|
|
Loading…
Reference in a new issue