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-bgStringvar( --kendo-component-bg, initial )var(--kendo-component-bg, initial)
Description
The background color of the Scheduler.
$kendo-scheduler-textStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
The text color of the Scheduler.
$kendo-scheduler-borderStringvar( --kendo-component-border, initial )var(--kendo-component-border, initial)
Description
The border color of the Scheduler.
$kendo-scheduler-selected-bgStringif($kendo-enable-color-system, k-color( primary-subtle ), k-get-theme-color-var( primary-20 ))var(--kendo-color-primary-subtle, #deecf9)
Description
The background color of the selected row in Scheduler.
$kendo-scheduler-selected-textString$kendo-scheduler-textvar(--kendo-component-text, initial)
Description
The text color of the selected row in Scheduler.
$kendo-scheduler-selected-borderString$kendo-scheduler-bordervar(--kendo-component-border, initial)
Description
The border color of the selected row in Scheduler.
$kendo-scheduler-toolbar-bgStringvar( --kendo-toolbar-bg, $kendo-toolbar-bg )var(--kendo-toolbar-bg, var(--kendo-color-surface, #faf9f8))
Description
The background color of the Scheduler ToolBar.
$kendo-scheduler-toolbar-textStringvar( --kendo-toolbar-text, $kendo-toolbar-text )var(--kendo-toolbar-text, var(--kendo-component-text, inherit))
Description
The text color of the Scheduler ToolBar.
$kendo-scheduler-toolbar-borderStringvar( --kendo-toolbar-border, $kendo-toolbar-border )var(--kendo-toolbar-border, var(--kendo-component-border, initial))
Description
The border color of the Scheduler ToolBar.
$kendo-scheduler-toolbar-gradientNullnullnull
Description
The gradient of the Scheduler ToolBar.
$kendo-scheduler-footer-bgStringvar( --kendo-toolbar-bg, $kendo-toolbar-bg )var(--kendo-toolbar-bg, var(--kendo-color-surface, #faf9f8))
Description
The background color of the Scheduler footer.
$kendo-scheduler-footer-textStringvar( --kendo-toolbar-text, $kendo-toolbar-text )var(--kendo-toolbar-text, var(--kendo-component-text, inherit))
Description
The text color of the Scheduler footer.
$kendo-scheduler-footer-borderStringvar( --kendo-toolbar-border, $kendo-toolbar-border )var(--kendo-toolbar-border, var(--kendo-component-border, initial))
Description
The border color of the Scheduler footer.
$kendo-scheduler-footer-gradientNullnullnull
Description
The gradient of the Scheduler footer.
$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-heightString$kendo-scheduler-line-heightvar(--kendo-line-height, normal)
Description
The line height of the Scheduler event.
$kendo-scheduler-event-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Scheduler event.
$kendo-scheduler-event-padding-yStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The vertical padding of the Scheduler event.
$kendo-scheduler-event-min-heightCalculationcalc( #{$kendo-scheduler-line-height} + 2 * #{$kendo-scheduler-event-padding-y} )calc(var(--kendo-line-height, normal) + 2 * var(--kendo-spacing-0\.5, 0.125rem))
Description
The minimum height of the Scheduler event.
$kendo-scheduler-event-bgStringif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))var(--kendo-color-primary, #0078d4)
Description
The background color of the Scheduler event.
$kendo-scheduler-event-textStringif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)var(--kendo-color-app-surface, #ffffff)
Description
The text color of the Scheduler event.
$kendo-scheduler-event-borderString$kendo-scheduler-event-bgvar(--kendo-color-primary, #0078d4)
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-bgStringvar( --kendo-hover-bg, inherit )var(--kendo-hover-bg, inherit)
Description
The background color of the hovered Scheduler event.
$kendo-scheduler-event-hover-textStringvar( --kendo-hover-text, inherit )var(--kendo-hover-text, inherit)
Description
The text color of the hovered Scheduler event.
$kendo-scheduler-event-hover-borderStringvar( --kendo-hover-border, inherit )var(--kendo-hover-border, inherit)
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-get-theme-color-var( primary-120 ))var(--kendo-color-primary-active, #005a9e)
Description
The background color of the selected Scheduler event.
$kendo-scheduler-event-selected-textString$kendo-scheduler-event-textvar(--kendo-color-app-surface, #ffffff)
Description
The text color of the selected Scheduler event.
$kendo-scheduler-event-selected-borderString$kendo-scheduler-event-bgvar(--kendo-color-primary, #0078d4)
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-shadowStringnonenone
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-heightCalculation$kendo-line-height-emcalc(1.4285714286 * 1em)
Description
The height of the Scheduler cell.
$kendo-scheduler-datecolumn-widthNumber12em12em
Description
The width of the Scheduler date column.
$kendo-scheduler-timecolumn-widthNumber11em11em
Description
The width of the Scheduler time column.
$kendo-scheduler-nonwork-bgStringif($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))var(--kendo-color-surface, #faf9f8)
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-get-theme-color-var( neutral-10 ))var(--kendo-color-surface, #faf9f8)
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(3)var(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the year view in the Scheduler.
$kendo-scheduler-yearview-padding-yString$kendo-scheduler-yearview-padding-xvar(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the year view in the Scheduler.
$kendo-scheduler-yearview-calendar-gapStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
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(28px - var(--kendo-spacing-1\.5, 0.375rem) * 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% - (#{$kendo-scheduler-yearview-indicator-size} / 2) )calc(50% - 3px / 2)
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-bgStringif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))var(--kendo-color-primary, #0078d4)
Description
The background color of the days with events indicator of the year view in the Scheduler.
$kendo-scheduler-yearview-indicator-selected-bgStringif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)var(--kendo-color-app-surface, #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-yString$kendo-scheduler-tooltip-padding-xvar(--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-bgStringif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)var(--kendo-color-app-surface, #ffffff)
Description
The background color of the Scheduler Tooltip.
$kendo-scheduler-tooltip-textStringif($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))var(--kendo-color-subtle, #605e5c)
Description
The text color of the Scheduler Tooltip.
$kendo-scheduler-tooltip-borderNullnullnull
Description
The border color of the Scheduler Tooltip.
$kendo-scheduler-tooltip-shadowStringk-elevation(5)var(--kendo-elevation-5, 0 1.8px 5.4px rgba(0, 0, 0, 0.1), 0 9.6px 21.6px rgba(0, 0, 0, 0.13))
Description
The shadow of the Scheduler Tooltip.
$kendo-scheduler-tooltip-title-margin-yStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
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(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing between the events inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-event-padding-xString$kendo-scheduler-event-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the events inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-event-padding-yString$kendo-scheduler-event-padding-yvar(--kendo-spacing-0\.5, 0.125rem)
Description
The vertical padding of the events inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-event-border-radiusString$kendo-scheduler-event-border-radiusvar(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the events inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-event-gapStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The spacing between the events items inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-callout-colorString$kendo-scheduler-tooltip-bgvar(--kendo-color-app-surface, #ffffff)
Description
The color of the Scheduler Tooltip callout.
$kendo-scheduler-resize-handle-widthNumber2em2em
Description
The width of the Scheduler resize handle.
$kendo-scheduler-more-btn-heightNumber13px13px
Description
The height of the Scheduler more events button.
$kendo-scheduler-marquee-colorStringif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))var(--kendo-color-primary, #0078d4)
Description
The color of the Scheduler marquee.

In this article

Not finding the help you need?