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/page-form-builder/__css/bfb_fields.css +16 -4 11.811.8.3 View file →
@@ -1,4 +1,4 @@
1 1 /* File: ../includes/__css/client/form_fields/bfb_front-end.css */
2 2 /* -- Line #1: FONT-END | Line #2: BACK-END -- -------------------------------------------------------------------- */
3 3 div .wpbc_bfb_form .wpbc__row .wpbc__field,
4 4 div .wpbc_bfb_form .wpbc_bfb__section .wpbc_bfb__row .wpbc_bfb__column {
@@ -93,8 +93,20 @@
93 93 transform: translate(-50%, -50%);
94 94 }
95 95 /* Inline Checkbox Fields: Accept Terms and Condotions */
96 96 div.wpbc_container.wpbc_form .wpdev-form-control-wrap input[type="checkbox"],
97 -div.wpbc_container.wpbc_form .wpdev-form-control-wrap input[type="radio"] {
98 - margin: 0 5px;
99 - margin-top: -5px;
100 -}
97 +div.wpbc_container.wpbc_form .wpdev-form-control-wrap input[type="radio"] {
98 + margin: 0 5px;
99 + margin-top: -5px;
100 +}
101 +
102 +/* Front-end visibility utility entered through a Form Builder CSS class control. */
103 +body:not(.wp-admin) .wpbc_bfb_form .wpbc-hidden-on-frontend {
104 + display: none !important;
105 +}
106 +
107 +/* Keep hidden-on-frontend elements identifiable and editable in the Builder canvas. */
108 +.wpbc_bfb__panel--preview .wpbc_bfb__field.wpbc-hidden-on-frontend > :not(.wpbc_bfb__overlay-controls),
109 +.wpbc_bfb__panel--preview .wpbc_bfb__field:has(.wpbc-hidden-on-frontend) > :not(.wpbc_bfb__overlay-controls),
110 +.wpbc_bfb__panel--preview .wpbc_bfb__section.wpbc-hidden-on-frontend > .wpbc_bfb__row {
111 + opacity: .5;
112 +}