New to Kendo UI for Vue? Start a free 30-day trial

Customizing Toolbar

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-toolbar-sm-padding-xmap.get( $kendo-spacing, 1 )
Description
The horizontal padding of the small Toolbar.
$kendo-toolbar-md-padding-xmap.get( $kendo-spacing, 2 )
Description
The horizontal padding of the medium Toolbar.
$kendo-toolbar-lg-padding-xmap.get( $kendo-spacing, 2.5 )
Description
The horizontal padding of the large Toolbar.
$kendo-toolbar-sm-padding-ymap.get( $kendo-spacing, 1 )
Description
The vertical padding of the small Toolbar.
$kendo-toolbar-md-padding-ymap.get( $kendo-spacing, 2 )
Description
The vertical padding of the medium Toolbar.
$kendo-toolbar-lg-padding-ymap.get( $kendo-spacing, 2.5 )
Description
The vertical padding of the large Toolbar.
$kendo-toolbar-sm-spacingmap.get( $kendo-spacing, 2 )
Description
The spacing between the tools of the small Toolbar.
$kendo-toolbar-md-spacingmap.get( $kendo-spacing, 2 )
Description
The spacing between the tools of the medium Toolbar.
$kendo-toolbar-lg-spacingmap.get( $kendo-spacing, 2 )
Description
The spacing between the tools of the large Toolbar.
$kendo-toolbar-border-width1px
Description
The width of the border around the Toolbar.
$kendo-toolbar-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the Toolbar.
$kendo-toolbar-font-sizevar( --kendo-font-size, inherit )
Description
The font size of the Toolbar.
$kendo-toolbar-line-heightvar( --kendo-line-height, normal )
Description
The line height of the Toolbar.
$kendo-toolbar-bgif($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
Description
The background color of the Toolbar.
$kendo-toolbar-textvar( --kendo-component-text, inherit )
Description
The text color of the Toolbar.
$kendo-toolbar-bordervar( --kendo-component-border, initial )
Description
The color of the border around the Toolbar.
$kendo-toolbar-separator-borderif($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 ))
Description
The color of the separator border of the Toolbar.
$kendo-toolbar-input-width10em
Description
The width of the input in the Toolbar.
$kendo-toolbar-item-focus-outline-width1px
Description
The border width of the focused Toolbar item.
$kendo-toolbar-item-focus-outline-stylesolid
Description
The border style of the focused Toolbar item.
$kendo-toolbar-item-focus-outline-colorif($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
Description
The border color of the focused Toolbar item.
$kendo-toolbar-flat-border-width1px
Description
Border width of the flat Toolbar.
$kendo-toolbar-sizes( sm: ( padding-x: $kendo-toolbar-sm-padding-x, padding-y: $kendo-toolbar-sm-padding-y, spacing: $kendo-toolbar-sm-spacing ), md: ( padding-x: $kendo-toolbar-md-padding-x, padding-y: $kendo-toolbar-md-padding-y, spacing: $kendo-toolbar-md-spacing ), lg: ( padding-x: $kendo-toolbar-lg-padding-x, padding-y: $kendo-toolbar-lg-padding-y, spacing: $kendo-toolbar-lg-spacing ) )
Description
The sizes map for the Toolbar.

In this article

Not finding the help you need?