We already have a crosshair vertical/horizontal/top/left on our calendar. On top of it, I would like to add an icon when hovering a cell.
From other discussions I know you can add just a :hover selector to the corresponding classes like so :
.scheduler_default_cell:hover, .scheduler_default_cell.scheduler_default_cell_business:hover {
background-color: #ccc;
}
But the crosshair seems to hide any hover you add on the cell itself, even changing the z-indexes.
What would be the solution?