PluginProbe
Booking Calendar / 11.8.3
Booking Calendar v11.8.3
11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 All 203 releases
← All changes | includes/__css/admin/settings/ui__toolbar.css +9 -1 11.211.8.3 View file →
@@ -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 }