Customizing Tooltip

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-tooltip-padding-yNumber$kendo-padding-md-y4px
Description
The vertical padding of the Tooltip.
$kendo-tooltip-padding-xNumber$kendo-padding-md-x8px
Description
The horizontal padding of the Tooltip.
$kendo-tooltip-border-widthNumber0px0px
Description
The width of the border around the Tooltip.
$kendo-tooltip-border-radiusNumber$kendo-border-radius-md4px
Description
The border radius of the Tooltip.
$kendo-tooltip-font-familyString$kendo-font-familyinherit
Description
The font family of the Tooltip.
$kendo-tooltip-font-sizeNumber$kendo-font-size-md14px
Description
The font size of the Tooltip.
$kendo-tooltip-line-heightNumber1.251.25
Description
The line height of the Tooltip.
$kendo-tooltip-title-font-sizeNumber($kendo-tooltip-font-size * 1.25)17.5px
Description
The font size of the Tooltip title.
$kendo-tooltip-title-line-heightNumber11
Description
The line height of the Tooltip title.
$kendo-tooltip-callout-sizeNumber6px6px
Description
The size of the Tooltip callout.
$kendo-tooltip-bgColorif($kendo-enable-color-system, k-color( on-app-surface ), rgba( k-contrast-legacy( $kendo-body-bg ), .75 ))rgba(0, 0, 0, 0.75)
Description
The default background of the Tooltip.
$kendo-tooltip-textColorif($kendo-enable-color-system, k-color( app-surface ), k-contrast-legacy( $kendo-tooltip-bg ))white
Description
The default text color of the Tooltip.
$kendo-tooltip-borderColor$kendo-tooltip-bgrgba(0, 0, 0, 0.75)
Description
The default border color of the Tooltip.
$kendo-tooltip-shadowStringk-elevation(2)var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The box-shadow of the Tooltip.
$kendo-tooltip-theme-colorsMap$kendo-theme-colors("primary": #ff6358, "secondary": #666666, "tertiary": #03a9f4, "info": #0058e9, "success": #37b400, "warning": #ffc000, "error": #f31700, "dark": #424242, "light": #ebebeb, "inverse": #424242)
Description
The theme colors map for the Tooltip.
$kendo-tooltip-themeMaptooltip-theme( $kendo-tooltip-theme-colors )("inverse": (color: white, background-color: #424242, border: #424242), "light": (color: black, background-color: #ebebeb, border: #ebebeb), "dark": (color: white, background-color: #424242, border: #424242), "error": (color: white, background-color: #f31700, border: #f31700), "warning": (color: black, background-color: #ffc000, border: #ffc000), "success": (color: white, background-color: #37b400, border: #37b400), "info": (color: white, background-color: #0058e9, border: #0058e9), "tertiary": (color: white, background-color: #03a9f4, border: #03a9f4), "secondary": (color: white, background-color: #666666, border: #666666), "primary": (color: white, background-color: #ff6358, border: #ff6358))
Description
The generated theme colors map for the Tooltip.

In this article

Not finding the help you need?