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

how to apply css (font-weight) for cell?

Asked by pushplata
1 year ago.

Hi,
i have to apply css(font-weight) for all cells kindly help.

thanks in advance

Answer posted by Dan Letecky [DayPilot]
1 year ago.

The Scheduler cells are marked with "scheduler_default_cell" CSS class (when using the default theme):

.scheduler_default_cell {
  font-weight: bold;
}

See also:
https://doc.daypilot.org/scheduler/css-classes/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.