Insert “start_booking” and “end_booking” classes on first and last date of each booking
allow to customize the css of the calendar in an easier way with 2 simple classes: “start_booking” and “end_booking” instead of only the “partially_booked” class
I think this is in there now, I have got some round border styles on the calendar which are targeted to `.wc-bookings-date-picker .ui-datepicker td.bookable-range.selection-start-date .ui-state-default ` and `.wc-bookings-date-picker .ui-datepicker td.bookable-range.selection-end-date .ui-state-default `
Yes, this is really needed, so we can style half days that are booked (either arriving or leaving).
I think this is in there now, I have got some round border styles on the calendar which are targeted to `.wc-bookings-date-picker .ui-datepicker td.bookable-range.selection-start-date .ui-state-default ` and `.wc-bookings-date-picker .ui-datepicker td.bookable-range.selection-end-date .ui-state-default `