Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 17: | Line 17: | ||
.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 click on calendar selector===<br> | ||
<br> | *Disable month back-and-forth toggle<br><code>.monthcalendarhead{pointer-events: none;}</code> | ||
*Disable month back-and-forth toggle | |||
<br> | |||
<code>.monthcalendarhead{pointer-events: none;}</code> | |||
* Disable clicks on dates | * Disable clicks on dates | ||