| @@ -61,12 +61,15 @@ | ||
| 61 | 61 | .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled), |
| 62 | 62 | .flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{ |
| 63 | 63 | border-color: {$primary_color}; |
| 64 | 64 | } |
| 65 | - .ant-space-item svg, | |
| 65 | + | |
| 66 | + .tt-form-left-sidebar .ant-space-item svg, | |
| 67 | + .tt-form-category-sidebar .ant-space-item svg, | |
| 66 | 68 | .anticon svg, |
| 67 | 69 | .meeting-info-list li svg, |
| 68 | - .tt-form-left-sidebar .tt-meeting-location-list .anticon svg{ | |
| 70 | + .tt-form-left-sidebar .tt-meeting-location-list .anticon svg , | |
| 71 | + .tt-form-category-sidebar .tt-meeting-location-list .anticon svg{ | |
| 69 | 72 | fill: {$primary_color}; |
| 70 | 73 | } |
| 71 | 74 | |
| 72 | 75 | .ant-btn-background-ghost.ant-btn-primary:focus, .ant-btn-background-ghost.ant-btn-primary:hover, |
| @@ -72,8 +75,9 @@ | ||
| 72 | 75 | .ant-btn-background-ghost.ant-btn-primary:focus, .ant-btn-background-ghost.ant-btn-primary:hover, |
| 73 | 76 | button.ant-btn.ant-btn-default.ant-btn-lg.tt-mb-30:hover{ |
| 74 | 77 | color: {$secondary_color}; |
| 75 | 78 | } |
| 79 | + | |
| 76 | 80 | .ant-btn-background-ghost.ant-btn-primary:focus, .ant-btn-background-ghost.ant-btn-primary:hover, |
| 77 | 81 | .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled), |
| 78 | 82 | button.ant-btn.ant-btn-default.ant-btn-lg.tt-mb-30:hover, |
| 79 | 83 | .ant-btn-primary:focus, .ant-btn-primary:hover{ |
| @@ -78,16 +82,55 @@ | ||
| 78 | 82 | button.ant-btn.ant-btn-default.ant-btn-lg.tt-mb-30:hover, |
| 79 | 83 | .ant-btn-primary:focus, .ant-btn-primary:hover{ |
| 80 | 84 | border-color: {$secondary_color}; |
| 81 | 85 | } |
| 82 | - .ant-btn-primary:focus, .ant-btn-primary:hover{ | |
| 86 | + | |
| 87 | + .ant-btn-primary:focus, | |
| 88 | + .ant-btn-primary:hover{ | |
| 83 | 89 | background-color: {$secondary_color}; |
| 84 | 90 | } |
| 85 | 91 | |
| 92 | + .toplevel_page_timetics .ant-btn.ant-btn-primary { | |
| 93 | + background: {$primary_color}; | |
| 94 | + border-color: {$primary_color}; | |
| 95 | + } | |
| 96 | + | |
| 97 | + .tt-slot-list .ant-list-item .ant-btn-block:hover { | |
| 98 | + color: {$primary_color}; | |
| 99 | + border-color: {$primary_color}; | |
| 100 | + } | |
| 101 | + | |
| 102 | + .tt-form-left-sidebar .submit-btn, | |
| 103 | + .tt-form-category-sidebar .submit-btn, | |
| 104 | + .tt-booking-body-wrap .submit-btn, | |
| 105 | + .tt-category-booking-wrap .submit-btn, | |
| 106 | + .tt-flatpickr-calendar .flatpickr-day.selected, | |
| 107 | + .toplevel_page_timetics .tt-flatpickr-calendar .flatpickr-day.selected { | |
| 108 | + background: {$primary_color}; | |
| 109 | + } | |
| 110 | + | |
| 111 | + .toplevel_page_timetics .ant-btn.ant-btn-primary:hover, | |
| 112 | + .toplevel_page_timetics .ant-btn.ant-btn-primary:focus, | |
| 113 | + .tt-form-left-sidebar .submit-btn:hover, | |
| 114 | + .tt-form-left-sidebar .submit-btn:focus, | |
| 115 | + .tt-form-category-sidebar .submit-btn:hover, | |
| 116 | + .tt-form-category-sidebar .submit-btn:focus, | |
| 117 | + .tt-booking-body-wrap .submit-btn:hover, | |
| 118 | + .tt-booking-body-wrap .submit-btn:focus, | |
| 119 | + .tt-category-booking-wrap .submit-btn:hover, | |
| 120 | + .tt-category-booking-wrap .submit-btn:focus { | |
| 121 | + background: {$secondary_color}; | |
| 122 | + } | |
| 123 | + | |
| 124 | + .tt-form-left-sidebar .tt-meeting-location-list .anticon.tt-money-icon svg path , | |
| 125 | + .tt-form-category-sidebar .tt-meeting-location-list .anticon.tt-money-icon svg path { | |
| 126 | + stroke: {$primary_color}; | |
| 127 | + } | |
| 128 | + | |
| 86 | 129 | "; |
| 87 | 130 | |
| 88 | 131 | // add inline css. |
| 89 | 132 | wp_register_style('timetics-custom-css', false); |
| 90 | 133 | wp_enqueue_style('timetics-custom-css'); |
| 91 | - wp_add_inline_style('timetics-custom-css', $custom_css); | |
| 134 | + wp_add_inline_style('timetics-frontend', $custom_css); | |
| 92 | 135 | } |
| 93 | 136 | } |