Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 22: Line 22:
  .monthcalendarhead{pointer-events: auto;}
  .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)===
To use this option you will need to set your check-in / check-out rules in the CALENDAR. It will not work for check-in and check-out restrictions only set in rates.  
To use this option you will need to set your check-in/check-out rules in the CALENDAR. It will not work for check-in and check-out restrictions only set in rates.  


NOTE: Limit the check-in and check-out in the CALENDAR (click on "Override") to use this function.
NOTE: Limit the check-in and check-out in the CALENDAR (click on "Override") to use this function.


  .datenco{
  .datenco{background-color: #f4f4f4;color: #cccccc;}
background-color: #f4f4f4;
color: #cccccc;
}


=== Background Image  ===
=== Background Image  ===