When moving the mouse inside the scheduler the resource belonging to that row is highlighted. Problem though is that it is not very easy to see that it is highlighted. I want to customize this but there seems not to be a css class but a hard coded div put untop of the resource with properties gray and 0.2 in transparency.
How do I change this ?
You can use crosshairColor and crosshairOpacity properties.
The defaults:
.crosshairColor = 'Gray'; .crosshairOpacity = 20;