Customizing Dialog

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-dialog-border-widthNumber00
Description
The width of the border around the Dialog.
$kendo-dialog-titlebar-bgStringvar( --kendo-component-bg, initial )var(--kendo-component-bg, initial)
Description
The background color of the Dialog titlebar.
$kendo-dialog-titlebar-textStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
The text color of the Dialog titlebar.
$kendo-dialog-titlebar-borderStringvar( --kendo-component-border, initial )var(--kendo-component-border, initial)
Description
The border color of the Dialog titlebar.
$kendo-dialog-titlebar-border-widthNumber00
Description
The width of the border around the Dialog titlebar.
$kendo-dialog-titlebar-padding-xStringk-spacing(6)var(--kendo-spacing-6, 1.5rem)
Description
The horizontal padding of the Dialog titlebar.
$kendo-dialog-titlebar-padding-yStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The vertical padding of the Dialog titlebar.
$kendo-dialog-inner-padding-xStringk-spacing(6)var(--kendo-spacing-6, 1.5rem)
Description
The horizontal padding of the content of the Dialog.
$kendo-dialog-inner-padding-yStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the content of the Dialog.
$kendo-dialog-buttongroup-padding-xStringk-spacing(6)var(--kendo-spacing-6, 1.5rem)
Description
The horizontal padding of the Dialog action buttons.
$kendo-dialog-buttongroup-padding-yStringk-spacing(6)var(--kendo-spacing-6, 1.5rem)
Description
The vertical padding of the Dialog action buttons.
$kendo-dialog-buttongroup-border-widthNumber00
Description
The width of the top border of the Dialog action buttons.
$kendo-dialog-buttongroup-spacingStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The spacing between the Dialog action buttons.
$kendo-dialog-button-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing between the Dialog action buttons.
$kendo-dialog-shadowStringvar( --kendo-box-shadow-depth-8, none )var(--kendo-box-shadow-depth-8, none)
Description
The box shadow around the Dialog.

In this article

Not finding the help you need?