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

Rectangle Selecting color area

Asked by M. Marty
5 years ago.

Hello, I am searching how to change the rectangle selecting color area.
It is actually purple.

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

Build 2019.1.3539 now lets you customize the appearance using *_selectionrectangle class ("scheduler_default_selectionrectangle" for the default theme).

The default definition looks like this:

.scheduler_default_selectionrectangle {
  background-color: #0000ff; 
  border: 1px solid #000033; 
  opacity: 0.4;
}
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.