I want the cell color to change temporarily when users mouseover a day's cell in FullCalendar. The closest I've been able to come is eventMouseover, which only changes color if the cell is clicked (I am looking for hover or mouseover, not click). Without an object like a div, span or td, I find it difficult to apply an "onmouseover" command. Does this make sense? Any suggestions?
.fc-day:hover{background:lightblue;cursor: pointer;}
Try this in fullcalendar.min.css or fullcalendar.css
I've had success by simply doing this:
.fc-content td:hover{background: #adf4fa;}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With