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
* Disable month back-and-forth toggle
.monthcalendarhead{pointer-events: auto;}
  .monthcalendarhead{pointer-events: none;}


* Disable clicks on dates
* Disable clicks on dates