mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-12-01 04:12:22 +03:00
Increase the color contrast of the booking header selection information
This commit is contained in:
parent
65a4cc5df0
commit
62f76ad93d
1 changed files with 6 additions and 0 deletions
|
@ -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; ?>
|
||||
|
|
Loading…
Reference in a new issue