PluginProbe
Booking Calendar / 11.8.3
Booking Calendar v11.8.3
11.8.4 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 All 204 releases
← All changes | includes/__css/admin/settings/ui__settings_panel.css +7 -7 11.211.8.3 View file →
@@ -1,4 +1,4 @@
1 1 .wpbc_ui_settings__flex_container{
2 2 --wpbc_ui_settings__panel_background_color: #fff;
3 3 --wpbc_ui_settings__panel_text_color: #141b38;
4 4 --wpbc_ui_settings__panel_border: 1px solid #c3c4c787;
@@ -274,13 +274,13 @@
274 274 position: relative;
275 275 z-index: 999;
276 276 }
277 277
278 -
279 -/* ================================================================================================================== */
280 -/* == Buttons only in admin panel e.g. .wpbc_settings_flex_container_right * == */
281 -/* ================================================================================================================== */
282 -.wp-core-ui .wpbc_page .wpbc_settings_flex_container_right {
278 +
279 +/* ================================================================================================================== */
280 +/* == Legacy settings-panel button compatibility == */
281 +/* ================================================================================================================== */
282 +.wp-core-ui .wpbc_page .wpbc_settings_flex_container_right {
283 283 --wpbc_form-button-light-size-height: 43px;
284 284 --wpbc_form-button-background-color: var(--wpbc_admin-theme-color, #066aab );
285 285 }
286 286 .wp-core-ui .wpbc_page .wpbc_ui_settings__flex_container input.wpbc_button_light,
@@ -290,9 +290,9 @@
290 290 .wp-core-ui .wpbc_page .wpbc_ui_settings__flex_container .wpbc_button_light:focus,
291 291 .wp-core-ui .wpbc_page .wpbc_ui_settings__flex_container .wpbc_button_light:hover{
292 292 font-size: 1.18em;
293 293 font-weight: 600;
294 - border: 2px solid #eeeeeeb5;
294 + border: 2px solid #cacacab5;
295 295 box-shadow: 0 2px 10px 2px #ffffff54;
296 296 background: #fdfdfd;
297 297 color: #444444e0;
298 298 border-radius: 0.375em;
@@ -337,9 +337,9 @@
337 337 .wp-core-ui .wpbc_page .wpbc_ui_settings__flex_container .wpbc_button_light:disabled:focus,
338 338 .wp-core-ui .wpbc_page .wpbc_ui_settings__flex_container .wpbc_button_light:disabled:hover,
339 339 .wp-core-ui .wpbc_page .wpbc_ui_settings__flex_container .wpbc_button_light:disabled:focus {
340 340 color: #ccc;
341 - border:2px solid #eeeeeeb5;
341 + border:2px solid #cacacab5;
342 342 cursor: not-allowed;
343 343 /*pointer-events: none;*/
344 344 }
345 345 .wp-core-ui .wpbc_page .wpbc_ui_settings__flex_container .wpbc_button_light.wpbc_button_danger {