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

@ -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 ?>