| @@ -113,9 +113,9 @@ | ||
| 113 | 113 | |
| 114 | 114 | /* TODO: Tempoarary fix to use old Filter ------------------------------------------------------------------------- */ |
| 115 | 115 | .wpbc_ajx_toolbar .wpbc_ui_el__choosen { |
| 116 | 116 | align-items: center; |
| 117 | - margin-right: 20px; | |
| 117 | + /*margin-right: 20px;*/ | |
| 118 | 118 | } |
| 119 | 119 | .wpbc_ajx_toolbar .wpbc_ui_el__choosen .chzn-container { |
| 120 | 120 | align-self: initial; |
| 121 | 121 | min-width: 180px; |
| @@ -129,5 +129,13 @@ | ||
| 129 | 129 | border: 0; |
| 130 | 130 | } |
| 131 | 131 | #wpbc_booking_listing_reload_button i.menu_icon::before{ |
| 132 | 132 | font-size: 22px; |
| 133 | +} | |
| 134 | + | |
| 135 | +/* Customization of the Coloris elements - color pickers */ | |
| 136 | +.wpbc_admin .clr-field button { | |
| 137 | + height: calc(100% - 6px); | |
| 138 | + right: 3px; | |
| 139 | + pointer-events: unset; | |
| 140 | + cursor: pointer; | |
| 133 | 141 | } |