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

Scheduler - cell mouseover time headers shaded with custom colour

Asked by Pete
20 days ago.

When hovering over a cell, is there a way of changing the highlight colour on the time headers?

Answer posted by Dan Letecky [DayPilot]
19 days ago.

Yes, you can do it using CSS. In the default (built-in) CSS theme, the following styles are used:

.scheduler_default_crosshair_vertical,
.scheduler_default_crosshair_horizontal,
.scheduler_default_crosshair_left,
.scheduler_default_crosshair_top {
  background-color: gray;
  opacity: 0.2;
}

The time header part of the crosshair is marked with scheduler_default_crosshair_top CSS class.

New Reply
This reply is
Attachments:
or drop files here
Your name (optional):