Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 19: Line 19:
=== Disable click on calendar selector===
=== Disable click on calendar selector===
   
   
*
* Disable month back-and-forth toggle
.monthcalendarhead{pointer-events: auto;}
 
* Disable clicks on dates
  .roomoffercalendarmonth{pointer-events: none;}
  .roomoffercalendarmonth{pointer-events: none;}
.monthcalendarhead{pointer-events: auto;}


=== 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)===