Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 18: | Line 18: | ||
=== Disable click on calendar selector=== | === Disable click on calendar selector=== | ||
*Disable month back-and-forth toggle | *Disable month back-and-forth toggle | ||
:<code>.monthcalendarhead{pointer-events: none;}</code> | :<code>.monthcalendarhead{pointer-events: none;}</code> | ||
.roomoffercalendarmonth{pointer-events: none;} | *Disable clicks on dates | ||
:.roomoffercalendarmonth{pointer-events: none;} | |||
=== Mark dates when check-out is not allowed (i.e. for rentals on a weekly basis)=== | === Mark dates when check-out is not allowed (i.e. for rentals on a weekly basis)=== | ||