kendo-dialog-titlebar-bg | $kendo-component-header-bg | var(--kendo-color-surface, #fafafa) | Default: $kendo-component-header-bg Computed: var(--kendo-color-surface, #fafafa) |
Description: The background color of the Dialog titlebar.
|
kendo-dialog-titlebar-text | $kendo-component-header-text | var(--kendo-color-on-app-surface, #3d3d3d) | Default: $kendo-component-header-text Computed: var(--kendo-color-on-app-surface, #3d3d3d) |
Description: The text color of the Dialog titlebar.
|
kendo-dialog-titlebar-border | inherit | inherit | Default: inherit Computed: inherit |
Description: The border color of the Dialog titlebar.
|
kendo-dialog-buttongroup-padding-x | $kendo-actions-padding-x | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-actions-padding-x Computed: var(--kendo-spacing-2, 0.5rem) |
Description: The horizontal padding of the Dialog action buttons.
|
kendo-dialog-buttongroup-padding-y | $kendo-actions-padding-y | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-actions-padding-y Computed: var(--kendo-spacing-2, 0.5rem) |
Description: The vertical padding of the Dialog action buttons.
|
kendo-dialog-buttongroup-border-width | 1px | 1px | Default: 1px Computed: 1px |
Description: The width of the top border of the Dialog action buttons.
|
kendo-dialog-button-spacing | $kendo-actions-button-spacing | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-actions-button-spacing Computed: var(--kendo-spacing-2, 0.5rem) |
Description: The spacing between the Dialog action buttons.
|
kendo-dialog-theme-colors | primary: | var(--kendo-color-primary, #ff6358) | light: | var(--kendo-color-light, #ebebeb) | dark: | var(--kendo-color-dark, #3d3d3d) |
| Computed: ("primary": var(--kendo-color-primary, #ff6358), "light": var(--kendo-color-light, #ebebeb), "dark": var(--kendo-color-dark, #3d3d3d)) |
Description: The theme colors map for the Dialog.
|