PluginProbe
Booking Calendar / 10.11.2
Booking Calendar v10.11.2
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
booking / css / admin.css

admin.css in Booking Calendar 10.11.2, at css/admin.css

684 lines 19.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * @version 1.0
3 * @package: Booking Calendar
4 * @category: Admin Pages only
5 * @author wpdevelop
6 *
7 * @web-site https://wpbookingcalendar.com/
8 * @email info@wpbookingcalendar.com
9 *
10 * @modified 2015-04-11, 2024-05-31
11 */
12
13 /* Top level menu for WPBC */
14 /*#adminmenu #toplevel_page_wpbc .wp-submenu li:nth-child(5) a {*/
15 #0000adminmenu #toplevel_page_wpbc .wp-submenu li:nth-last-child(-n+1) a {
16 /*border-top: 1px solid #444;*/
17 /*padding-top: 10px;*/
18 /*margin-top: 6px;*/
19 /*font-weight: 600;*/
20 /*font-size: 0.9em;*/
21 border-top: 1px solid #444;
22 padding-top: 10px;
23 margin-top: 6px;
24 font-weight: 600;
25 font-size: 1em;
26 }
27 #wpbc-admin-page.wpbc_page {} /* Booking Listing & Timeline */
28 #wpbc-new-admin-page.wpbc_page {} /* Add New Booking */
29 #wpbc-resources-admin-page.wpbc_page {} /* Resources */
30 #wpbc-settings-admin-page.wpbc_page {} /* Settings */
31
32 /* Form elements - add new client */
33 #wpbc-new-admin-page label.wpbc-form-checkbox {
34 margin: 7px 10px 7px 0;
35 vertical-align: middle;
36 line-height: 1.2em;
37 height: 1.2em;
38 }
39 #wpbc-new-admin-page label.wpbc-form-checkbox input[type=checkbox] {
40 margin:-3px 5px 0 0;
41 vertical-align: middle;
42 }
43 #wpbc-new-admin-page label.wpbc-form-radio {
44 margin: 7px 10px 7px 0;
45 vertical-align: middle;
46 line-height: 1.5em;
47 height: 1.5em;
48 }
49 #wpbc-new-admin-page label.wpbc-form-radio input[type=radio] {
50 margin:-3px 5px 0 0;
51 vertical-align: middle;
52 }
53
54 /* Selection of booking resources */
55 .visibility_container select option.wpbc_single_resource,
56 select option.wpbc_single_resource{
57 padding:3px;
58 font-weight:600;
59 }
60 .visibility_container select option.wpbc_parent_resource,
61 select option.wpbc_parent_resource{
62 font-weight:600;
63 padding:3px;
64 }
65 .visibility_container select option.wpbc_child_resource,
66 select option.wpbc_child_resource{
67 padding:3px 0 3px 20px;
68 font-weight: 400
69 }
70
71 /* Shortcodes */
72 #wpbc-settings-admin-page .description code {
73 font-style: normal;
74 background: #8e9faa;
75 color: #fff;
76 padding: 2px 5px 3px;
77 border-radius: 2px;
78 -webkit-user-select: all; /* Covers Blink-land & Firefox (yup) */
79 user-select: all; /* Someday */
80 line-height: 2.1;
81 }
82 #wpbc-settings-admin-page .description code:hover{
83
84 }
85 /* General Booking Settings page */
86 #wpbc-settings-admin-page .form-table .description {
87 font-size: 14px;
88 line-height: 2em;
89 }
90 #wpbc-settings-admin-page .form-table span.description{
91 padding: 0 10px;
92 }
93 #wpbc-settings-admin-page .wpbc_sub_settings_grayed{
94 background-color: #f3f3f3;
95 }
96 #wpbc-settings-admin-page .wpbc_sub_settings_grayed th{
97 padding: 10px 0 0 20px;
98 }
99 #wpbc-settings-admin-page .wpbc_sub_settings_grayed td fieldset{
100 padding: 0 20px;
101 }
102 #wpbc-settings-admin-page .wpbc_tr_set_gen_booking_range_selection_days_count,
103 #wpbc-settings-admin-page .wpbc_tr_set_gen_booking_range_selection_days_count_dynamic{
104 border-top: 2px dashed #d5d5d5;
105 }
106 #wpbc-settings-admin-page .wpbc_tr_set_gen_booking_range_start_day_week td{
107 padding-top:0;
108 }
109 #wpbc-settings-admin-page .wpbc_tr_set_gen_booking_range_start_day_week th {
110 padding:0;
111 height: 1px;
112 }
113 #wpbc-settings-admin-page .wpbc_expand_section_link,
114 #wpbc-settings-admin-page a.wpbc_expand_section_link:hover,
115 #wpbc-settings-admin-page a.wpbc_expand_section_link:focus {
116 color:#21759b;
117 cursor: pointer;
118 outline: 0;
119 border:none;
120 border-bottom:1px dashed #21759B;
121 text-decoration: none;
122 }
123 /* Warning message in Demo version */
124 .wpbc_demo_test_version_warning {
125 background: #fee;
126 border: none;
127 border-left: 3px solid #c77 !important;
128 border-radius: 2px;
129 font-size: 0.85em;
130 margin: 0;
131 text-align: left;
132 color: #AA4400;
133 text-shadow: 0 -1px 0 #FFEEEE;
134 }
135
136 /* Remove shadow at button of ajax loading upgrade section at Settings > Upgrade page */
137 #bk_news_section td a {
138 color: #555 !important;
139 text-shadow: 0 0 0 !important;
140 box-shadow: none;
141 }
142 #bk_news_section .booking-listing-header {
143 background: #dfdfdf none repeat scroll 0 0;
144
145 }
146 #bk_news_section .wpbc-feature-table {
147 border: 2px solid #dfdfdf;
148 }
149 #bk_news_section .version-name-row {
150 background: #789 none repeat scroll 0 0 !important;
151 color: #fff !important;
152 font-weight: 400;
153 line-height: 1.5em;
154 text-shadow: 0 1px 1px #89a;
155 vertical-align: middle;
156 }
157 #bk_news_section .wpbc-feature-table td.section-header {
158 background: #feb !important;
159 }
160 /* Message: Thank you for registrations. */
161 #bk_registration_info {
162 font-size: 1em;
163 font-weight: 600;
164 margin: 10px 0;
165 opacity: 1;
166 }
167 /*#bk_registration_info_reload, */
168 #bk_errror_loading .info_message {
169 font-size: 1.1em;
170 font-weight: 600;
171 margin: 10px 0;
172 opacity: 1;
173 }
174 /* Align buttons center for Free version //FixIn: 7.1.2.5 */
175 .field-action-buttons.booking-actions.col-sm-2 {
176 text-align: center;
177 }
178 @media (max-width: 782px) {
179 .field-action-buttons.booking-actions.col-sm-2 {
180 text-align: left;
181 }
182 }
183
184 /** WordPress 5.3 Fix ***********************************************************************************************/
185
186 /* General */
187 .wp-core-ui .wpbc_page .button,
188 .wp-core-ui .wpbc_page .button-primary,
189 .wp-core-ui .wpbc_page .button-secondary {
190 line-height: 28px;
191 height: 28px;
192 padding: 0 10px 1px;
193 }
194 /* Secondary buttons styles */
195 .wp-core-ui .wpbc_page .button,
196 .wp-core-ui .wpbc_page .button-secondary {
197 color: #555;
198 border-color: #ccc;
199 background: #f7f7f7;
200 box-shadow: none;
201 }
202 .wp-core-ui .wpbc_page .button-secondary:active,
203 .wp-core-ui .wpbc_page .button.active,
204 .wp-core-ui .wpbc_page .button.active:hover,
205 .wp-core-ui .wpbc_page .button:active {
206 box-shadow: inset 0 1px 7px -3px rgba(0,0,0,.3);
207 transform: translateY(1px);
208 }
209 /* Secondary buttons :focus :hover styles */
210 .wp-core-ui .wpbc_page .button-secondary:focus,
211 .wp-core-ui .wpbc_page .button-secondary:hover,
212 .wp-core-ui .wpbc_page .button.focus,
213 .wp-core-ui .wpbc_page .button.hover,
214 .wp-core-ui .wpbc_page .button:focus,
215 .wp-core-ui .wpbc_page .button:hover {
216 background: #fafafa;
217 color: #23282d;
218 box-shadow: 0 0 0 1.5px #fff,0 0 0 3px #2271b1;
219 border-color:transparent;
220 }
221 /* Secondary buttons :focus styles */
222 .wp-core-ui .wpbc_page .button-secondary:focus,
223 .wp-core-ui .wpbc_page .button.focus,
224 .wp-core-ui .wpbc_page .button:focus {
225 box-shadow: 0 0 0 1.5px #fff, 0 0 0 3px #2271b1;
226 border-color: transparent;
227 }
228
229 /* Primary buttons styles */
230 .wp-core-ui .wpbc_page .button-primary {
231 background: #0085ba;
232 border-color: #0073aa #006799 #006799;
233 box-shadow: 0 1px 0 #006799;
234 text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
235 color: #fff;
236 }
237 /* Primary buttons :hover styles */
238 .wp-core-ui .wpbc_page .button-primary.focus,
239 .wp-core-ui .wpbc_page .button-primary.hover,
240 .wp-core-ui .wpbc_page .button-primary:focus,
241 .wp-core-ui .wpbc_page .button-primary:hover {
242 background: #008ec2;
243 border-color: #006799;
244 color:#fff;
245 }
246 /* Primary buttons :focus styles */
247 .wp-core-ui .wpbc_page .button-primary.focus,
248 .wp-core-ui .wpbc_page .button-primary:focus {
249 box-shadow: 0 0 0 1.5px #fff,0 0 0 3px #2271b1;
250 border-color: transparent;
251 }
252 /**********************************************************************************************************************/
253 .wp-core-ui .wpbc_page .control-group input[type="text"] {
254 min-height: 29px;
255 }
256 .wp-core-ui .wpbc_page input[type="text"] {
257 min-height: 30px;
258 }
259 .wp-admin .wpbc_page select {
260 color:#32373c;
261 }
262 .wpdevelop input, .wpdevelop button, .wpdevelop select, .wpdevelop textarea {
263 line-height: 2;
264 }
265 @media (max-width: 782px) {
266
267 .wpdevelop .control-group .btn-group > .button,
268 .wpdevelop .control-group .btn-toolbar .btn-group > .button,
269 .wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button{
270 /*line-height: 2;*/
271 }
272 .wp-core-ui .wpbc_page .button,
273 .wp-core-ui .wpbc_page .button-primary,
274 .wp-core-ui .wpbc_page .button-secondary
275
276 /*, .wpdevelop .control-group .btn-group > .button .glyphicon,*/
277 /*.wpdevelop .control-group .btn-toolbar .btn-group > .button .glyphicon,*/
278 /*.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button .glyphicon*/
279 {
280 height: auto;
281 line-height: 2.2;
282 height: 34px;
283 min-height: 28px;
284 }
285 .wp-core-ui .wpbc_page .button {
286 padding: 1px 14px;
287 }
288 }
289
290 .wpbc_booking_system_info_buttons_align {
291 display: flex;
292 flex-flow: row wrap;
293 justify-content: center;
294 margin: 0em;
295 }
296 .wpbc_booking_system_info_buttons_align a.button {
297 flex: 0 0 auto;
298 margin: 1em 1em 0;
299 }
300
301 #wpadminbar a .bk-update-count {
302 background: #f0f0f1;
303 color: #2c3338;
304 display: inline;
305 padding: 2px 5px;
306 font-size: 10px;
307 font-weight: 600;
308 border-radius: 10px;
309 }
310 #wpadminbar a:hover .bk-update-count {
311 background: #fff;
312 color: #000;
313 }
314
315
316 /* Update 9.8 -- New menu as COLUMN for Booking > Settings General page */
317 #wpbc_dashboard_widget_container .bk_table td {
318 border:none;
319 }
320 /* ------------------------------------------------------------------------------------------------------------------ */
321 /* == Settings Navigation Column == */
322 /* ------------------------------------------------------------------------------------------------------------------ */
323 .wpbc_settings_flex_container {
324 display: flex;
325 flex-flow: row wrap;
326 justify-content: flex-start;
327 align-items: flex-start;
328 margin-left: -10px;
329 }
330 .wpbc_settings_flex_container .wpbc_settings_flex_container_left{
331 flex: 1 1 80px;
332 margin-bottom: 10px;
333 margin-left: 10px;
334 }
335 /* Collapse left Navigation menu*/
336 .wpbc_settings_flex_container .wpbc_container_collapsed{
337 flex: 0 0 45px;
338 position: sticky;
339 top: 50px;
340 }
341 .wpbc_settings_flex_container .wpbc_container_collapsed .wpbc_settings_navigation_item.wpbc_navigation_sub_item a{
342 padding-left: 0;
343 }
344 .wpbc_settings_flex_container .wpbc_container_collapsed .wpbc_settings_navigation_item a span{
345 display: none;
346 }
347 /* End Collapse left Navigation menu*/
348 @media (max-width: 782px) {
349 .wpbc_settings_flex_container .wpbc_settings_flex_container_left:not(.wpbc_container_collapsed){
350 flex: 1 1 100%;
351 margin-right: 0;
352 }
353 }
354 .wpbc_settings_flex_container .wpbc_settings_flex_container_right {
355 flex: 1 1 75%;
356 margin-left: 10px;
357 }
358 .wpbc_settings_navigation_column{
359 background: #fff;
360 border: 1px solid #ccc;
361 padding: 0;
362
363 display: flex;
364 flex-flow: column wrap;
365 justify-content: flex-start;
366 align-items: stretch;
367 }
368 .wpbc_settings_navigation_column .wpbc_settings_navigation_item{
369 display: flex;
370 flex-flow: column wrap;
371 justify-content: center;
372 align-items: stretch;
373 }
374
375 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a{
376 flex: 1 1 100%;
377 margin: 0;
378
379 padding: 10px 1em;
380 border: none;
381 border-left: 4px solid transparent;
382
383 text-shadow: none;
384 color: #555;
385 font-size: 13px;
386 font-weight: 600;
387 text-transform: capitalize;
388
389 text-decoration: none;
390 outline: none;
391
392 display: flex;
393 flex-flow: row nowrap;
394 align-items: center;
395 justify-content: flex-start;
396 }
397 .wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_settings_navigation_item_active a{
398 border-left: 4px solid #1E7BC7 !important;
399 border-collapse: collapse;
400 color: #555 !important;
401 }
402 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a,
403 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a:focus{
404 box-shadow:none;
405 }
406 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a:focus,
407 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a:hover{
408 color: #D54E21;
409 background-color: transparent !important;
410 border-left: 4px solid #d54e21;
411 }
412 .wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_navigation_sub_item a{
413 font-size:0.9em;
414 font-weight: 400;
415 padding-left: 2em;
416 }
417
418 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a span{
419 padding: 0px 2px;
420 line-height: 1.5em;
421
422 /*! border-bottom: 1px dashed; */
423 text-decoration: none;
424 text-underline-offset: 2px;
425 text-decoration-thickness: 0px;
426 text-decoration-style: dashed;
427 text-decoration-color: #bbb;
428
429 }
430 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a span.wpbc_new_label{
431 border:none;
432 margin-left: auto;
433 text-decoration: none;
434 }
435 .wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_navigation_top_border a{
436 border-top: 1px solid #dcdcdc;
437 margin-top: 5px;
438 }
439 .wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_navigation_top_border:last-child a{
440 margin-top: 5px;
441 }
442 .wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_navigation_bottom_border a,
443 .wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_navigation_bottom_border:last-child a{
444 border-bottom: 1px solid #dcdcdc;
445 }
446 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a .wpbc_set_nav__right_icon {
447 margin-left: auto;
448 margin-top: 3px;
449 }
450 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a .wpbc_set_nav__left_icon.wpbc_set_nav__icon_on,
451 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a .wpbc_set_nav__right_icon.wpbc_set_nav__icon_on {
452 color: #036aab
453 }
454
455 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a .wpbc_set_nav__left_icon {
456 margin-left: 0px;
457 margin-right: 10px;
458 margin-top: 0px;
459 }
460
461 /* ------------------------------------------------------------------------------------------------------------------ */
462 /* == Open | Closed Help Containers == */
463 /* ------------------------------------------------------------------------------------------------------------------ */
464 .wpbc_container_open_or_closed::before {
465 content: "[-]";
466 color: #2d78b4;
467 padding:0 5px 0 0;
468 }
469 .wpbc_container_open_or_closed.wpbc_container_closed::before {
470 content: "[+] ";
471 color: #2d78b4;
472 padding:0 5px 0 0;
473 }
474 .wpbc_container_open_or_closed a.wpbc_container_open_or_closed__link,
475 .wpbc_container_open_or_closed a.wpbc_container_open_or_closed__link:active,
476 .wpbc_container_open_or_closed a.wpbc_container_open_or_closed__link:visited,
477 .wpbc_container_open_or_closed a.wpbc_container_open_or_closed__link:hover,
478 .wpbc_container_open_or_closed a.wpbc_container_open_or_closed__link:focus{
479 color: #2d78b4;
480 box-shadow: none;
481 cursor: pointer;
482 outline: 0;
483 border: none;
484 text-underline-offset: 3px;
485 text-decoration-thickness: 0px;
486 text-decoration-style: dashed;
487 }
488 .wpbc_container_closed .wpbc_container_open_or_closed__content {
489 }
490 /* Deprected Help shortcodes container. */
491 .wpbc_container_open_or_closed__content {
492 padding: 1px 5px 10px 20px;
493 margin-top: 10px;
494 background: #f2f2f2;
495 }
496 .wpbc_deprected_help_container *,
497 .wpbc_deprected_help_container p.description {
498 color: #999;
499 font-size: 98%;
500 }
501 /* ------------------------------------------------------------------------------------------------------------------ */
502 /* == Free - WP Booking Calendar > Settings > Booking Form page == */
503 /* ------------------------------------------------------------------------------------------------------------------ */
504 /* Generator elements */
505 .wpbc_field_generator {
506 display:none;
507 }
508 .wpbc_field_generator_info {
509 display:block;
510 }
511 /* Table with Fields elements */
512 .wpbc_table_form_free tr th{
513 font-size: 12px;
514 text-align: center;
515 font-weight: 600;
516 width: 60px;
517 line-height: 3em;
518 }
519 .wpbc_table_form_free tr th.sort{
520 color: #777;
521 font-size: 11px;
522 text-align: center;
523 width: 43px;
524 }
525 .wpbc_table_form_free tr th.field_active,
526 .wpbc_table_form_free tr th.field_required{
527 width:50px;
528 }
529 .wpbc_table_form_free tr th.field_label{
530 width:auto;
531 }
532 .wpbc_table_form_free tr th.field_options {
533
534 }
535 .wpbc_table_form_free tr th {
536 width:auto;
537 }
538 .wpbc_table_form_free tr th.field_actions {
539 width:100px;
540 }
541 .wpbc_table_form_free tr td{
542 padding: 5px 0;
543 text-align: center;
544 border-bottom: 1px solid #eee;
545 }
546 .wpbc_table_form_free tr td.sort{
547 color: #888;
548 font-size: 13px;
549 vertical-align: middle;
550 }
551 .wpbc_table_form_free tr td.field_label input {
552 flex: 1 1 70%;
553 margin-right: 2%;
554 font-weight: 600;
555 }
556 .wpbc_table_form_free tr td.field_label .field_type_name_description {
557 flex: 1 1 28%;
558 }
559 .wpbc_table_form_free tr td.field_options input {
560 width: 90%;
561 color: #aaa;
562 }
563 .wpbc_table_form_free tr td.field_options > input:disabled {
564 background: #f8f8f8 none repeat scroll 0 0;
565 color: #aaaaaa;
566 }
567 .wpbc_table_form_free tr td.field_actions {
568 vertical-align: middle;
569 }
570 .wpbc_table_form_free tfoot tr th {
571 font-weight: 400;
572 line-height: 2em;
573 padding: 10px 12px 12px;
574 text-align: right;
575 }
576 .wpbc_table_form_free tfoot tr th a.button{
577 vertical-align: middle;
578 }
579 .wpbc_table_form_free a.button {
580 margin: 0 5px 5px 0;
581 }
582 .wpbc_add_field_row,
583 .wpbc_edit_field_row {
584 display:none;
585 }
586 /* @media (max-width: 599px) {*/
587 @media (max-width: 782px) {
588 .wpbc_table_form_free tr th.field_options,
589 .wpbc_table_form_free tr td.field_options {
590 display:none;
591 }
592 }
593 /* //FixIn: 9.5.4.10 */
594 .wpbc_table_form_free tr{
595 height:50px;
596 }
597 .wpbc_table_form_free tr td{
598 height:100%;
599 }
600 .wpbc_table_form_free tr td .wpbc_align_vertically {
601 display:flex;
602 flex-flow:row wrap;
603 justify-content: flex-start;
604 align-items: center;
605 height:100%;
606 margin: 0 3%;
607 }
608 .wpbc_table_form_free tr td .wpbc_align_vertically > *{
609 margin:0;
610 }
611 /* == 2024-05-31 == ---------------------------------------------------------------------------------------- */
612 .wpbc_table_form_free thead{
613 font-size: 14px;
614 }
615 .wpbc_table_form_free tr th {
616 font-size: clamp(0.786em, 0.657em + 0.48vi, 1em);
617 }
618
619 .wpbc_table_form_free .field_type_name_description {
620 text-align: left;
621 color: #818181;
622 font-size: 11px;
623 /*! font-weight: 600; */
624 white-space: nowrap;
625 display: flex;
626 flex-flow: row wrap;
627 justify-content: flex-start;
628 align-items: center;
629 min-width: 120px;
630 }
631 .wpbc_table_form_free .field_type_name_description .field_type_name_value:nth-child(1){
632 text-transform: uppercase;
633 min-width: 58px;
634 }
635 .wpbc_table_form_free .field_type_name_description .field_type_name_value{
636 font-weight: 600;
637 padding: 0 2px;
638 }
639 .wpbc_table_form_free .field_type_name_description .field_type_name_separator{
640 padding-right: 10px;
641 }
642 .wp-core-ui .wpbc_page .button.wpbc_bs_button_red {
643 border: 1px solid #de605c !important;
644 }
645 .wp-core-ui .wpbc_page .wpbc_ui_button.wpbc_bs_button_green,
646 .wp-core-ui .wpbc_page .wpbc_ui_button.wpbc_bs_button_green:active,
647 .wp-core-ui .wpbc_page .wpbc_ui_button.wpbc_bs_button_green:hover,
648 .wp-core-ui .wpbc_page .wpbc_ui_button.wpbc_bs_button_green:focus {
649 background: #64aa45;
650 text-shadow: none;
651 box-shadow: none;
652 outline: 0;
653 border-color: #64aa45;
654 font-weight: 600;
655 color: #fff;
656 }
657 @media (max-width: 782px) {
658 .wpbc_table_form_free .field_type_name_description {
659 display:none;
660 }
661 .wpbc_table_form_free tr th.field_actions {
662 width: 60px;
663 }
664 }
665 /* Disabled elements */
666 .wp-core-ui .wpbc_page .wpbc_field_disabled {
667 cursor: not-allowed; /* Cursor change to disabled state*/
668 color: #ccc;
669 pointer-events: none;
670 opacity: 0.5 !important; /* Fade effect */
671 }
672
673 .wpbc_help_tooltip_icon {
674 line-height: 2.4em;
675 margin: 0 1em;
676 }
677 .wpbc_help_tooltip_icon_left {
678 line-height: 2.4em;
679 margin: 0 1em 0 0;
680 }
681 .wpbc_help_tooltip_icon_right {
682 line-height: 2.4em;
683 margin: 0 0 0 1em;
684 }