Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 34: Line 34:


====Disable clicks on dates====
====Disable clicks on dates====
:<code>.roomoffercalendarmonth{pointer-events: none;}</code>
.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)===