Skip to content

Commit

Permalink
Apply the company color to the appointments modal dropdown (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Oct 16, 2023
1 parent c1535ef commit f0a9160
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion application/views/components/company_color_style.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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 ?>

0 comments on commit f0a9160

Please sign in to comment.