New to Kendo UI for Angular? Start a free 30-day trial

Customizing Scheduler

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-scheduler-border-widthNumber1px1px
Description
The width of the border around the Scheduler.
$kendo-scheduler-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Scheduler.
$kendo-scheduler-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Scheduler.
$kendo-scheduler-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Scheduler.
$kendo-scheduler-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Scheduler.
$kendo-scheduler-textString$kendo-component-textvar(--kendo-color-on-app-surface, #212121)
Description
The text color of the Scheduler.
$kendo-scheduler-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.12))
Description
The border color of the Scheduler.
$kendo-scheduler-toolbar-bgStringif($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .5 ))var(--kendo-color-surface, #f5f5f5)
Description
The background color of the Scheduler ToolBar.
$kendo-scheduler-toolbar-textNullnullnull
Description
The text color of the Scheduler ToolBar.
$kendo-scheduler-toolbar-borderNullnullnull
Description
The border color of the Scheduler ToolBar.
$kendo-scheduler-toolbar-gradientNullnullnull
Description
The gradient of the Scheduler ToolBar.
$kendo-scheduler-footer-bgStringif($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .5 ))var(--kendo-color-surface, #f5f5f5)
Description
The background color of the Scheduler footer.
$kendo-scheduler-footer-textNullnullnull
Description
The text color of the Scheduler footer.
$kendo-scheduler-footer-borderNullnullnull
Description
The border color of the Scheduler footer.
$kendo-scheduler-footer-gradientNullnullnull
Description
The gradient of the Scheduler footer.
$kendo-scheduler-event-min-heightNumber25px25px
Description
The minimum height of the Scheduler event.
$kendo-scheduler-event-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the Scheduler event.
$kendo-scheduler-event-line-heightCalculationcalc( #{$kendo-scheduler-event-min-height} - (2 * #{$kendo-padding-sm-y}) )calc(25px - 2 * var(--kendo-spacing-0\.5, 0.125rem))
Description
The line height of the Scheduler event.
$kendo-scheduler-event-bgString$kendo-color-primaryvar(--kendo-color-primary, #3f51b5)
Description
The background color of the Scheduler event.
$kendo-scheduler-event-textStringif($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-scheduler-event-bg ))var(--kendo-color-on-primary, #ffffff)
Description
The text color of the Scheduler event.
$kendo-scheduler-event-borderNullnullnull
Description
The border color of the Scheduler event.
$kendo-scheduler-event-gradientNullnullnull
Description
The gradient of the Scheduler event.
$kendo-scheduler-event-shadowNullnullnull
Description
The shadow of the Scheduler event.
$kendo-scheduler-event-hover-bgNullnullnull
Description
The background color of the hovered Scheduler event.
$kendo-scheduler-event-hover-textNullnullnull
Description
The text color of the hovered Scheduler event.
$kendo-scheduler-event-hover-borderNullnullnull
Description
The border color of the hovered Scheduler event.
$kendo-scheduler-event-hover-gradientNullnullnull
Description
The gradient of the hovered Scheduler event.
$kendo-scheduler-event-hover-shadowNullnullnull
Description
The shadow of the hovered Scheduler event.
$kendo-scheduler-event-selected-bgStringif($kendo-enable-color-system, k-color( primary-active ), k-try-tint( $kendo-color-primary, 1 ))var(--kendo-color-primary-active, #354498)
Description
The background color of the selected Scheduler event.
$kendo-scheduler-event-selected-textStringif($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-scheduler-event-selected-bg ))var(--kendo-color-on-primary, #ffffff)
Description
The text color of the selected Scheduler event.
$kendo-scheduler-event-selected-borderNullnullnull
Description
The border color of the selected Scheduler event.
$kendo-scheduler-event-selected-gradientNullnullnull
Description
The gradient of the selected Scheduler event.
$kendo-scheduler-event-selected-shadowString$box-shadow-depth-3var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14))
Description
The shadow of the selected Scheduler event.
$kendo-scheduler-event-ongoing-shadowListinset 0px 0px 0px 1px #ff0000inset 0px 0px 0px 1px #ff0000
Description
The shadow of the ongoing Scheduler event.
$kendo-scheduler-cell-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Scheduler cell.
$kendo-scheduler-cell-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Scheduler cell.
$kendo-scheduler-cell-heightCalculationcalc( var( --kendo-line-height, normal) * 1rem)calc(var(--kendo-line-height, normal) * 1rem)
Description
The height of the Scheduler cell.
$kendo-scheduler-datecolumn-widthNumber12rem12rem
Description
The width of the Scheduler date column.
$kendo-scheduler-timecolumn-widthNumber11rem11rem
Description
The width of the Scheduler time column.
$kendo-scheduler-nonwork-bgStringif($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-scheduler-bg, .5 ))var(--kendo-color-surface, #f5f5f5)
Description
The background color of the non-working hours in the Scheduler.
$kendo-scheduler-nonwork-textNullnullnull
Description
The text color of the non-working hours in the Scheduler.
$kendo-scheduler-weekend-bgNullnullnull
Description
The background color of the weekends in the Scheduler.
$kendo-scheduler-weekend-textNullnullnull
Description
The text color of the weekends in the Scheduler.
$kendo-scheduler-othermonth-bgStringif($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-scheduler-bg, .5 ))var(--kendo-color-surface, #f5f5f5)
Description
The background color of the preceding/subsequent month cells in the Calendar.
$kendo-scheduler-othermonth-textNullnullnull
Description
The text color of the preceding/subsequent month cells in the Calendar.
$kendo-scheduler-yearview-padding-xStringk-spacing(5)var(--kendo-spacing-5, 1.25rem)
Description
The horizontal padding of the year view in the Scheduler.
$kendo-scheduler-yearview-padding-yString$kendo-scheduler-yearview-padding-xvar(--kendo-spacing-5, 1.25rem)
Description
The vertical padding of the year view in the Scheduler.
$kendo-scheduler-yearview-calendar-gapStringk-spacing(5)var(--kendo-spacing-5, 1.25rem)
Description
The spacing between the calendars of the year view in the Scheduler.
$kendo-scheduler-yearview-indicator-sizeNumber3px3px
Description
The days with events indicator size of the year view in the Scheduler.
$kendo-scheduler-yearview-indicator-calc-offset-topCalculationcalc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2))calc(36px - 0.25em * 2)
Description
The top position of the days with events indicator of the year view in the Scheduler.
$kendo-scheduler-yearview-indicator-calc-offset-leftCalculationcalc( 50% - #{k-math-div( $kendo-scheduler-yearview-indicator-size, 2 )} )calc(50% - 1.5px)
Description
The left position of the days with events indicator of the year view in the Scheduler.
$kendo-scheduler-yearview-indicator-border-radiusNumber50%50%
Description
The border radius of the days with events indicator of the year view in the Scheduler.
$kendo-scheduler-yearview-indicator-bgString$kendo-color-primaryvar(--kendo-color-primary, #3f51b5)
Description
The background color of the days with events indicator of the year view in the Scheduler.
$kendo-scheduler-yearview-indicator-selected-bgString$kendo-color-primary-contrastvar(--kendo-color-on-primary, #ffffff)
Description
The background color of the selected days with events indicator of the year view in the Scheduler.
$kendo-scheduler-tooltip-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Scheduler Tooltip.
$kendo-scheduler-tooltip-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Scheduler Tooltip.
$kendo-scheduler-tooltip-border-widthNumber00
Description
The width of the border of the Scheduler Tooltip.
$kendo-scheduler-tooltip-bgString$kendo-color-primary-contrastvar(--kendo-color-on-primary, #ffffff)
Description
The background color of the Scheduler Tooltip.
$kendo-scheduler-tooltip-textString$kendo-base-textvar(--kendo-color-on-app-surface, #212121)
Description
The text color of the Scheduler Tooltip.
$kendo-scheduler-tooltip-borderNullnullnull
Description
The border color of the Scheduler Tooltip.
$kendo-scheduler-tooltip-shadowString$box-shadow-depth-2var(--kendo-elevation-2, 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14))
Description
The shadow of the Scheduler Tooltip.
$kendo-scheduler-tooltip-title-margin-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical margin of the Scheduler Tooltip title.
$kendo-scheduler-tooltip-month-font-sizeStringvar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)
Description
The font size of the month inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-day-font-sizeCalculationcalc( var( --kendo-font-size-sm, .75rem ) * 2 )calc(var(--kendo-font-size-sm, 0.75rem) * 2)
Description
The font size of the day inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-events-max-heightNumber250px250px
Description
The max height of the events inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-events-gapStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The spacing between the events inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-event-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the events inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-event-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the events inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-event-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the events inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-event-gapStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing between the events items inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-callout-textString$kendo-scheduler-tooltip-bgvar(--kendo-color-on-primary, #ffffff)
Description
The color of the Scheduler Tooltip callout.

In this article

Not finding the help you need?