Custom CSS: Difference between revisions

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


====Disable month back-and-forth toggle====
====Disable month back-and-forth toggle====
:<code>.monthcalendarhead{pointer-events: none;}</code>
.monthcalendarhead{pointer-events: none;}


====Disable clicks on dates====
====Disable clicks on dates====