From 9cab3427196930c78a7110b493256bd24aad7c49 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Thu, 2 Jun 2022 09:19:23 +0200 Subject: [PATCH] Apply missing styles when overriding the default colors with the company colors --- .../views/components/company_color_style.php | 215 ++++++++++++------ 1 file changed, 143 insertions(+), 72 deletions(-) diff --git a/application/views/components/company_color_style.php b/application/views/components/company_color_style.php index 04fbf2dd..30ff4c45 100644 --- a/application/views/components/company_color_style.php +++ b/application/views/components/company_color_style.php @@ -4,90 +4,161 @@ */ ?> - + #book-appointment-wizard #company-name .display-selected-service, + #book-appointment-wizard #company-name .display-selected-provider { + color: ; + border-color: !important; + filter: brightness(35%); + } + + #book-appointment-wizard .book-step { + background: ; + filter: brightness(75%); + } + + #book-appointment-wizard .book-step strong { + color: ; + filter: brightness(200%); + } + + body .ui-widget.ui-widget-content { + border-color: ; + } + + body .ui-datepicker .ui-widget-header { + background-color: ; + } + + body .ui-datepicker th { + background-color: ; + } + + body .ui-datepicker .ui-datepicker-next-hover, + body .ui-datepicker .ui-datepicker-prev-hover { + background: ; + border-color: ; + filter: brightness(140%); + } + + body .ui-datepicker td a, body .ui-datepicker td span { + color: !important; + } + + html body .ui-datepicker td a.ui-state-active { + background: !important; + } + + body .ui-datepicker td a.ui-state-highlight { + background: !important; + filter: brightness(140%); + } + + #book-appointment-wizard #available-hours .selected-hour { + background-color: ; + border-color: ; + } + + #frame-footer .backend-link { + background-color: !important; + } + + #frame-footer .backend-link:hover { + color: #fff; + } + + /* Backend Layout */ + + #header { + background-color: !important; + } + + #header #header-menu .nav-item:hover, + #header #header-menu .nav-item.active { + background: !important; + filter: brightness(120%); + } + + #header #header-logo small { + color: !important; + filter: brightness(60%); + } + + .backend-page .filter-records .results .entry.selected { + border-right-color: !important; + } + + +