Customizing Dialog

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-dialog-border-width0
Description
The width of the border around the Dialog.
$kendo-dialog-titlebar-bgvar( --kendo-component-bg, initial )
Description
The background color of the Dialog titlebar.
$kendo-dialog-titlebar-textvar( --kendo-component-text, initial )
Description
The text color of the Dialog titlebar.
$kendo-dialog-titlebar-bordervar( --kendo-component-border, initial )
Description
The border color of the Dialog titlebar.
$kendo-dialog-titlebar-border-width0
Description
The width of the border around the Dialog titlebar.
$kendo-dialog-titlebar-padding-xmap.get( $kendo-spacing, 6 )
Description
The horizontal padding of the Dialog titlebar.
$kendo-dialog-titlebar-padding-ymap.get( $kendo-spacing, 4 )
Description
The vertical padding of the Dialog titlebar.
$kendo-dialog-inner-padding-xmap.get( $kendo-spacing, 6 )
Description
The horizontal padding of the content of the Dialog.
$kendo-dialog-inner-padding-ymap.get( $kendo-spacing, 3 )
Description
The vertical padding of the content of the Dialog.
$kendo-dialog-buttongroup-padding-xmap.get( $kendo-spacing, 6 )
Description
The horizontal padding of the Dialog action buttons.
$kendo-dialog-buttongroup-padding-ymap.get( $kendo-spacing, 6 )
Description
The vertical padding of the Dialog action buttons.
$kendo-dialog-buttongroup-border-width0
Description
The width of the top border of the Dialog action buttons.
$kendo-dialog-buttongroup-spacingmap.get( $kendo-spacing, 3 )
Description
The spacing between the Dialog action buttons.
$kendo-dialog-button-spacingmap.get( $kendo-spacing, 2 )
Description
The spacing between the Dialog action buttons.
$kendo-dialog-shadowvar( --kendo-box-shadow-depth-8, none )
Description
The box shadow around the Dialog.

In this article

Not finding the help you need?