kendo-toolbar-default-fill-mode | "solid" | "solid" | Default: "solid"Computed: "solid" |
| Description: The default fill mode of the Toolbar.
|
kendo-toolbar-default-size | "md" | "md" | Default: "md"Computed: "md" |
| Description: The default size of the Toolbar.
|
kendo-toolbar-sm-padding-x | k-spacing(1) | var(--kendo-spacing-1) | Default: k-spacing(1)Computed: var(--kendo-spacing-1) |
| Description: The horizontal padding of the small Toolbar.
|
kendo-toolbar-md-padding-x | k-spacing(2) | var(--kendo-spacing-2) | Default: k-spacing(2)Computed: var(--kendo-spacing-2) |
| Description: The horizontal padding of the medium Toolbar.
|
kendo-toolbar-lg-padding-x | k-spacing(2.5) | var(--kendo-spacing-2\.5) | Default: k-spacing(2.5)Computed: var(--kendo-spacing-2\.5) |
| Description: The horizontal padding of the large Toolbar.
|
kendo-toolbar-sm-padding-y | k-spacing(1) | var(--kendo-spacing-1) | Default: k-spacing(1)Computed: var(--kendo-spacing-1) |
| Description: The vertical padding of the small Toolbar.
|
kendo-toolbar-md-padding-y | k-spacing(2) | var(--kendo-spacing-2) | Default: k-spacing(2)Computed: var(--kendo-spacing-2) |
| Description: The vertical padding of the medium Toolbar.
|
kendo-toolbar-lg-padding-y | k-spacing(2.5) | var(--kendo-spacing-2\.5) | Default: k-spacing(2.5)Computed: var(--kendo-spacing-2\.5) |
| Description: The vertical padding of the large Toolbar.
|
kendo-toolbar-sm-spacing | k-spacing(1.5) | var(--kendo-spacing-1\.5) | Default: k-spacing(1.5)Computed: var(--kendo-spacing-1\.5) |
| Description: The spacing between the tools of the small Toolbar.
|
kendo-toolbar-md-spacing | k-spacing(2) | var(--kendo-spacing-2) | Default: k-spacing(2)Computed: var(--kendo-spacing-2) |
| Description: The spacing between the tools of the medium Toolbar.
|
kendo-toolbar-lg-spacing | k-spacing(2.5) | var(--kendo-spacing-2\.5) | Default: k-spacing(2.5)Computed: var(--kendo-spacing-2\.5) |
| Description: The spacing between the tools of the large Toolbar.
|
kendo-toolbar-separator-height | $kendo-button-md-calc-size | calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-1) * 2 + 1px * 2) | Default: $kendo-button-md-calc-sizeComputed: calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-1) * 2 + 1px * 2) |
| Description: The height of the Toolbar button separator.
|
kendo-toolbar-sm-separator-height | $kendo-button-sm-calc-size | calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-0\.5) * 2 + 1px * 2) | Default: $kendo-button-sm-calc-sizeComputed: calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-0\.5) * 2 + 1px * 2) |
| Description: The height of the small Toolbar button separator.
|
kendo-toolbar-md-separator-height | $kendo-toolbar-separator-height | calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-1) * 2 + 1px * 2) | Default: $kendo-toolbar-separator-heightComputed: calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-1) * 2 + 1px * 2) |
| Description: The height of the medium Toolbar button separator.
|
kendo-toolbar-lg-separator-height | $kendo-button-lg-calc-size | calc(var(--kendo-line-height-lg) * 1em + var(--kendo-spacing-2) * 2 + 1px * 2) | Default: $kendo-button-lg-calc-sizeComputed: calc(var(--kendo-line-height-lg) * 1em + var(--kendo-spacing-2) * 2 + 1px * 2) |
| Description: The height of the large Toolbar button separator.
|
kendo-toolbar-border-width | 1px | 1px | Default: 1pxComputed: 1px |
| Description: The width of the border around the Toolbar.
|
kendo-toolbar-font-family | var(--kendo-font-family) | var(--kendo-font-family) | Default: var(--kendo-font-family)Computed: var(--kendo-font-family) |
| Description: The font family of the Toolbar.
|
kendo-toolbar-font-size | var(--kendo-font-size) | var(--kendo-font-size) | Default: var(--kendo-font-size)Computed: var(--kendo-font-size) |
| Description: The font size of the Toolbar.
|
kendo-toolbar-line-height | var(--kendo-line-height) | var(--kendo-line-height) | Default: var(--kendo-line-height)Computed: var(--kendo-line-height) |
| Description: The line height of the Toolbar.
|
kendo-toolbar-bg | k-color(surface) | var(--kendo-color-surface) | Default: k-color(surface)Computed: var(--kendo-color-surface) |
| Description: The background color of the Toolbar.
|
kendo-toolbar-text | k-color(on-app-surface) | var(--kendo-color-on-app-surface) | Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface) |
| Description: The text color of the Toolbar.
|
kendo-toolbar-border | k-color(border) | var(--kendo-color-border) | Default: k-color(border)Computed: var(--kendo-color-border) |
| Description: The color of the border around the Toolbar.
|
kendo-toolbar-gradient | null | null | Default: nullComputed: null |
| Description: The gradient of the Toolbar.
|
kendo-toolbar-shadow | null | null | Default: nullComputed: null |
| Description: The box shadow of the Toolbar.
|
kendo-toolbar-scroll-overlay | $kendo-toolbar-bg, color-mix(in srgb, k-color(app-surface) 0%, transparent) | (var(--kendo-color-surface), color-mix(in srgb, var(--kendo-color-app-surface) 0%, transparent)) | Default: $kendo-toolbar-bg, color-mix(in srgb, k-color(app-surface) 0%, transparent)Computed: (var(--kendo-color-surface), color-mix(in srgb, var(--kendo-color-app-surface) 0%, transparent)) |
| Description: The left and right scroll overlay of the Toolbar.
|
kendo-toolbar-outline-text | $kendo-button-text | var(--kendo-color-on-base) | Default: $kendo-button-textComputed: var(--kendo-color-on-base) |
| Description: The text color of the outline Toolbar.
|
kendo-toolbar-outline-border | color-mix(in srgb, k-color(on-app-surface) 50%, transparent) | color-mix(in srgb, var(--kendo-color-on-app-surface) 50%, transparent) | Default: color-mix(in srgb, k-color(on-app-surface) 50%, transparent)Computed: color-mix(in srgb, var(--kendo-color-on-app-surface) 50%, transparent) |
| Description: The color of the border around the outline Toolbar.
|
kendo-toolbar-outline-shadow | null | null | Default: nullComputed: null |
| Description: The box shadow of the outline Toolbar.
|
kendo-toolbar-outline-border-width | $kendo-toolbar-border-width | 1px | Default: $kendo-toolbar-border-widthComputed: 1px |
| Description: The width of the border around the outline Toolbar.
|
kendo-toolbar-outline-scroll-overlay | k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent) | (var(--kendo-color-app-surface), color-mix(in srgb, var(--kendo-color-app-surface) 0%, transparent)) | Default: k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent)Computed: (var(--kendo-color-app-surface), color-mix(in srgb, var(--kendo-color-app-surface) 0%, transparent)) |
| Description: The left and right scroll overlay of the outline Toolbar.
|
kendo-toolbar-flat-text | null | null | Default: nullComputed: null |
| Description: The text color of the flat Toolbar.
|
kendo-toolbar-flat-border | $kendo-toolbar-border | var(--kendo-color-border) | Default: $kendo-toolbar-borderComputed: var(--kendo-color-border) |
| Description: The color of the border around the flat Toolbar.
|
kendo-toolbar-flat-shadow | null | null | Default: nullComputed: null |
| Description: The box shadow of the flat Toolbar.
|
kendo-toolbar-flat-scroll-overlay | k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent) | (var(--kendo-color-app-surface), color-mix(in srgb, var(--kendo-color-app-surface) 0%, transparent)) | Default: k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent)Computed: (var(--kendo-color-app-surface), color-mix(in srgb, var(--kendo-color-app-surface) 0%, transparent)) |
| Description: The left and right scroll overlay of the flat Toolbar.
|
kendo-toolbar-separator-border | inherit | inherit | Default: inheritComputed: inherit |
| Description: The color of the separator border of the Toolbar.
|
kendo-toolbar-input-width | 10em | 10em | Default: 10emComputed: 10em |
| Description: The width of the input in the Toolbar.
|
kendo-toolbar-smart-box-min-width | 350px | 350px | Default: 350pxComputed: 350px |
| Description: The minimum width of the Smart ToolBox in the Toolbar.
|
kendo-toolbar-item-shadow | $kendo-button-focus-shadow | (0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface) 8%, transparent)) | Default: $kendo-button-focus-shadowComputed: (0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface) 8%, transparent)) |
| Description: The box shadow of the focused Toolbar item.
|
kendo-toolbar-overflow-container-font-size | $kendo-menu-popup-md-font-size | var(--kendo-font-size) | Default: $kendo-menu-popup-md-font-sizeComputed: var(--kendo-font-size) |
| Description: The font size of the Toolbar overflow container.
|
kendo-toolbar-overflow-container-line-height | $kendo-menu-popup-md-line-height | var(--kendo-line-height) | Default: $kendo-menu-popup-md-line-heightComputed: var(--kendo-line-height) |
| Description: The line-height of the Toolbar overflow container.
|
kendo-toolbar-overflow-button-padding-y | $kendo-menu-popup-md-item-padding-y | var(--kendo-spacing-1) | Default: $kendo-menu-popup-md-item-padding-yComputed: var(--kendo-spacing-1) |
| Description: The vertical padding of the Toolbar overflow button.
|
kendo-toolbar-overflow-button-padding-x | $kendo-menu-popup-md-item-padding-x | var(--kendo-spacing-2) | Default: $kendo-menu-popup-md-item-padding-xComputed: var(--kendo-spacing-2) |
| Description: The horizontal padding of the Toolbar overflow button.
|
kendo-toolbar-sizes | | sm: | "padding-x":"var(--kendo-spacing-1)","padding-y":"var(--kendo-spacing-1)","spacing":"var(--kendo-spacing-1\\.5)","separator-height":"calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-0\\.5) * 2 + 1px * 2)" | | md: | "padding-x":"var(--kendo-spacing-2)","padding-y":"var(--kendo-spacing-2)","spacing":"var(--kendo-spacing-2)","separator-height":"calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-1) * 2 + 1px * 2)" | | lg: | "padding-x":"var(--kendo-spacing-2\\.5)","padding-y":"var(--kendo-spacing-2\\.5)","spacing":"var(--kendo-spacing-2\\.5)","separator-height":"calc(var(--kendo-line-height-lg) * 1em + var(--kendo-spacing-2) * 2 + 1px * 2)" |
| Computed: (sm: (padding-x: var(--kendo-spacing-1), padding-y: var(--kendo-spacing-1), spacing: var(--kendo-spacing-1\.5), separator-height: calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-0\.5) * 2 + 1px * 2)), md: (padding-x: var(--kendo-spacing-2), padding-y: var(--kendo-spacing-2), spacing: var(--kendo-spacing-2), separator-height: calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-1) * 2 + 1px * 2)), lg: (padding-x: var(--kendo-spacing-2\.5), padding-y: var(--kendo-spacing-2\.5), spacing: var(--kendo-spacing-2\.5), separator-height: calc(var(--kendo-line-height-lg) * 1em + var(--kendo-spacing-2) * 2 + 1px * 2))) |
| Description: The sizes map of the ToolBar.
|