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

Customizing Popover

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-popover-border-width$kendo-dialog-border-width
Description
The width of the border around the Popover.
$kendo-popover-border-stylesolid
Description
The style of the border around the Popover.
$kendo-popover-border-radius$kendo-window-border-radius
Description
The radius of the border around the Popover.
$kendo-popover-font-family$kendo-window-font-family
Description
The font family of the Popover.
$kendo-popover-font-size$kendo-window-font-size
Description
The font size of the Popover.
$kendo-popover-line-height$kendo-window-line-height
Description
The line height of the Popover.
$kendo-popover-textvar( --kendo-component-text, initial )
Description
The text color of the Popover.
$kendo-popover-bgvar( --kendo-component-bg, initial )
Description
The background color of the Popover.
$kendo-popover-bordervar( --kendo-component-border, initial )
Description
The border color of the Popover.
$kendo-popover-shadowvar( --kendo-box-shadow-depth-6, none )
Description
The box shadow of the Popover.
$kendo-popover-header-padding-x$kendo-dialog-titlebar-padding-x
Description
The horizontal padding of the Popover header.
$kendo-popover-header-padding-y$kendo-dialog-titlebar-padding-y
Description
The vertical padding of the Popover header.
$kendo-popover-header-border-width$kendo-dialog-titlebar-border-width
Description
The border width of the Popover header.
$kendo-popover-header-border-style$kendo-popover-border-style
Description
The border style of the Popover header.
$kendo-popover-header-text$kendo-dialog-titlebar-text
Description
The text color of the Popover header.
$kendo-popover-header-bg$kendo-dialog-titlebar-bg
Description
The background color of the Popover header.
$kendo-popover-header-border$kendo-dialog-titlebar-border
Description
The border color of the Popover header.
$kendo-popover-body-padding-x$kendo-window-inner-padding-x
Description
The horizontal padding of the Popover body.
$kendo-popover-body-padding-y$kendo-window-inner-padding-y
Description
The vertical padding of the Popover body.
$kendo-popover-actions-border-width0
Description
The border width of the Popover actions.
$kendo-popover-actions-padding-x$kendo-popover-body-padding-x
Description
The horizontal padding of the Popover actions.
$kendo-popover-actions-padding-y$kendo-popover-body-padding-y
Description
The vertical padding of the Popover actions.
$kendo-popover-actions-gapmap.get( $kendo-spacing, 3 )
Description
The spacing between the Popover actions.
$kendo-popover-callout-widthmap.get( $kendo-spacing, 5 )
Description
The width of the Popover callout.
$kendo-popover-callout-height$kendo-popover-callout-width
Description
The height of the Popover callout.
$kendo-popover-callout-border-width$kendo-popover-border-width
Description
The border width of the Popover callout.
$kendo-popover-callout-border-style$kendo-popover-border-style
Description
The border style of the Popover callout.

In this article

Not finding the help you need?