search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How do I change "resource-hover-color" ?

Asked by Viktor Eriksson
10 years ago.

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 ?

Answer posted by Dan Letecky [DayPilot]
10 years ago.

You can use crosshairColor and crosshairOpacity properties.

The defaults:

.crosshairColor = 'Gray';
.crosshairOpacity = 20;
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.