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
|
@ -179,5 +179,9 @@
|
||||||
background: <?= $company_color ?> !important;
|
background: <?= $company_color ?> !important;
|
||||||
border-color: <?= $company_color ?> !important;
|
border-color: <?= $company_color ?> !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
|
||||||
|
background-color: <?= $company_color ?> !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
Loading…
Reference in a new issue