PluginProbe
Booking Calendar / 11.8.2
Booking Calendar v11.8.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 / includes / __css / client / form_fields / form__elements.css

form__elements.css in Booking Calendar 11.8.2, at includes/__css/client/form_fields/form__elements.css

26 lines 679 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpbc_cal_powered_by,
2 .wpbc_cal_powered_by a{
3 font-size: 7px;
4 text-align: left;
5 margin: 0 0 10px;
6 text-shadow: none;
7 }
8 /* Use a definite one-month cap so intrinsic sizing cannot widen a centered calendar field. */
9 .wpbc_range_selection_guidance {
10 box-sizing: border-box;
11 max-width: 341px;
12 overflow-wrap: anywhere;
13 white-space: normal;
14 display:block;
15 }
16 .wpbc_range_selection_guidance,
17 .wpbc_range_selection_guidance.wpbc_front_end__message.wpbc_fe_message_info i.menu_icon {
18 border: 0;
19 box-shadow: none;
20 line-height: 2;
21 font-size: var(--wpbc_form-label-size-sublabel-font-size, 14px);
22 color: #848280;
23 color: var(--wpbc_form-label-color, #3c434a);
24 opacity: 0.55;
25 }
26