kendo-dialog-titlebar-bg | k-color(surface)!default | var(--kendo-color-surface, #fafafa) | Default: k-color(surface)!defaultComputed: var(--kendo-color-surface, #fafafa) |
| Description: The background color of the Dialog titlebar.
|
kendo-dialog-titlebar-text | k-color(on-app-surface) | var(--kendo-color-on-app-surface, #3d3d3d) | Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface, #3d3d3d) |
| Description: The text color of the Dialog titlebar.
|
kendo-dialog-titlebar-border | inherit | inherit | Default: inheritComputed: 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-xComputed: 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-yComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The vertical padding of the Dialog action buttons.
|
kendo-dialog-buttongroup-border-width | 1px | 1px | Default: 1pxComputed: 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-spacingComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The spacing between the Dialog action buttons.
|
kendo-dialog-bg | k-color(app-surface) | var(--kendo-color-app-surface, #ffffff) | Default: k-color(app-surface)Computed: var(--kendo-color-app-surface, #ffffff) |
| Description: The background color of the Dialog.
|
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.
|