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-padding-xNullnullnull
Description
The horizontal padding of the Toolbar.
$kendo-toolbar-sm-padding-xNumberk-map-get( $kendo-spacing, 1 )4px
Description
The horizontal padding of the small Toolbar.
$kendo-toolbar-md-padding-xNumberk-map-get( $kendo-spacing, 2 )8px
Description
The horizontal padding of the medium Toolbar.
$kendo-toolbar-lg-padding-xNumberk-map-get( $kendo-spacing, 2.5 )10px
Description
The horizontal padding of the large Toolbar.
$kendo-toolbar-padding-yNullnullnull
Description
The vertical padding of the Toolbar.
$kendo-toolbar-sm-padding-yNumberk-map-get( $kendo-spacing, 1 )4px
Description
The vertical padding of the small Toolbar.
$kendo-toolbar-md-padding-yNumberk-map-get( $kendo-spacing, 2 )8px
Description
The vertical padding of the medium Toolbar.
$kendo-toolbar-lg-padding-yNumberk-map-get( $kendo-spacing, 2.5 )10px
Description
The vertical padding of the large Toolbar.
$kendo-toolbar-spacingNullnullnull
Description
The spacing between the Toolbar tools.
$kendo-toolbar-sm-spacingNumberk-map-get( $kendo-spacing, 1.5 )6px
Description
The spacing between the tools of the small Toolbar.
$kendo-toolbar-md-spacingNumberk-map-get( $kendo-spacing, 2 )8px
Description
The spacing between the tools of the medium Toolbar.
$kendo-toolbar-lg-spacingNumberk-map-get( $kendo-spacing, 2.5 )10px
Description
The spacing between the tools of the large Toolbar.
$kendo-toolbar-border-widthNumber00
Description
The width of the border around the Toolbar.
$kendo-toolbar-border-radiusNullnullnull
Description
The border radius of the Toolbar.
$kendo-toolbar-font-familyList$kendo-font-familyRoboto, "Helvetica Neue", sans-serif
Description
The font family of the Toolbar.
$kendo-toolbar-font-sizeNumber$kendo-font-size-md14px
Description
The font size of the Toolbar.
$kendo-toolbar-line-heightNumberk-math-div( 20, 14 )1.4285714286
Description
The line height of the Toolbar.
$kendo-toolbar-bgColor$kendo-component-bg#ffffff
Description
The background color of the Toolbar.
$kendo-toolbar-textColor$kendo-component-textrgba(0, 0, 0, 0.87)
Description
The text color of the Toolbar.
$kendo-toolbar-borderNullnullnull
Description
The color of the border around the Toolbar.
$kendo-toolbar-gradientNullnullnull
Description
The gradient of the Toolbar.
$kendo-toolbar-shadowString$box-shadow-depth-4var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14))
Description
The box shadow of the Toolbar.
$kendo-toolbar-separator-borderColor$kendo-component-borderrgba(0, 0, 0, 0.12)
Description
The color of the separator border of the Toolbar.
$kendo-toolbar-input-widthNumber10em10em
Description
The width of the input in the Toolbar.
$kendo-toolbar-item-shadowList0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12)0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12)
Description
The box shadow of the focused Toolbar item.
$kendo-toolbar-flat-border-widthNumber1px1px
Description
Border width of the flat Toolbar.
$kendo-toolbar-sizesMap( 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 ) )(sm: (padding-x: 4px, padding-y: 4px, spacing: 6px), md: (padding-x: 8px, padding-y: 8px, spacing: 8px), lg: (padding-x: 10px, padding-y: 10px, spacing: 10px))
Description
The sizes map for the Toolbar.

In this article

Not finding the help you need?