Skip to content

Commit

Permalink
Increase the color contrast of the booking header selection information
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Oct 14, 2024
1 parent 65a4cc5 commit 62f76ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions application/views/components/company_color_style.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,11 @@
#existing-customers-list div:hover {
background: <?= $company_color ?> !important;
}

#book-appointment-wizard #company-name .display-booking-selection {
color: <?= $company_color ?>;
border-right-color: <?= $company_color ?>;
filter: brightness(280%);
}
</style>
<?php endif; ?>

0 comments on commit 62f76ad

Please sign in to comment.