Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
No edit summary
Line 16: Line 16:


  .at_roomnametext{font-size: 14px;} /*if you want the text even bigger use a higher number*/
  .at_roomnametext{font-size: 14px;} /*if you want the text even bigger use a higher number*/
=== Disable click on calendar selector===
*Disable month back-and-forth toggle
:<code>.monthcalendarhead{pointer-events: none;}</code>
*Disable clicks on dates
:<code>.roomoffercalendarmonth{pointer-events: none;}</code>


=== Disable click on calendar selector2===
=== Disable click on calendar selector2===