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

Customizing Splitter

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-splitter-border-widthNumber1px1px
Description
The width of the border around the Splitter.
$kendo-splitter-font-familyString$kendo-font-familyinherit
Description
The font family of the Splitter.
$kendo-splitter-font-sizeNumber$kendo-font-size-md14px
Description
The font size of the Splitter.
$kendo-splitter-line-heightNumber$kendo-line-height-md1.4285714286
Description
The line height of the Splitter.
$kendo-splitter-bgColor$kendo-component-bg#ffffff
Description
The background color of the Splitter.
$kendo-splitter-textColor$kendo-component-text#424242
Description
The text color of the Splitter.
$kendo-splitter-borderColor$kendo-component-borderrgba(0, 0, 0, 0.08)
Description
The border color of the Splitter.
$kendo-splitter-splitbar-sizeNumberk-map-get( $kendo-spacing, 3 )12px
Description
The size of the Splitter split bar.
$kendo-splitter-drag-handle-lengthNumber20px20px
Description
The length of the Splitter drag handle.
$kendo-splitter-drag-handle-thicknessNumber2px2px
Description
The thickness of the Splitter drag handle.
$kendo-splitter-drag-icon-marginNumber7px7px
Description
The margin of the Splitter drag handle icon.
$kendo-splitter-collapse-icon-padding-xNullnullnull
Description
The horizontal padding of the collapse icon in the Splitter.
$kendo-splitter-collapse-icon-padding-yNumberk-map-get( $kendo-spacing, .5 )2px
Description
The vertical padding of the collapse icon in the Splitter.
$kendo-splitbar-bgColor$kendo-base-bg#fafafa
Description
The background color of the Splitter split bar.
$kendo-splitbar-textColor$kendo-base-text#424242
Description
The text color of the Splitter split bar.
$kendo-splitbar-hover-bgColorif($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-splitbar-bg, .5 ))#f0f0f0
Description
The hover background color of the Splitter split bar.
$kendo-splitbar-hover-textColor$kendo-splitbar-text#424242
Description
The hover text color of the Splitter split bar.
$kendo-splitbar-selected-bgColor$kendo-selected-bg#ff6358
Description
The selected background color of the Splitter split bar.
$kendo-splitbar-selected-textColor$kendo-selected-textwhite
Description
The selected text color of the Splitter split bar.

In this article

Not finding the help you need?