Customizing Popover

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-popover-border-widthNumber$kendo-dialog-border-width0
Description
The width of the border around the Popover.
$kendo-popover-border-styleStringsolidsolid
Description
The style of the border around the Popover.
$kendo-popover-border-radiusString$kendo-window-border-radiusvar(--kendo-border-radius-md, 0.25rem)
Description
The radius of the border around the Popover.
$kendo-popover-font-familyString$kendo-window-font-familyvar(--kendo-font-family, inherit)
Description
The font family of the Popover.
$kendo-popover-font-sizeString$kendo-window-font-sizevar(--kendo-font-size, inherit)
Description
The font size of the Popover.
$kendo-popover-line-heightString$kendo-window-line-heightvar(--kendo-line-height, normal)
Description
The line height of the Popover.
$kendo-popover-textStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
The text color of the Popover.
$kendo-popover-bgStringvar( --kendo-component-bg, initial )var(--kendo-component-bg, initial)
Description
The background color of the Popover.
$kendo-popover-borderStringvar( --kendo-component-border, initial )var(--kendo-component-border, initial)
Description
The border color of the Popover.
$kendo-popover-shadowStringvar( --kendo-box-shadow-depth-6, none )var(--kendo-box-shadow-depth-6, none)
Description
The box shadow of the Popover.
$kendo-popover-header-padding-xString$kendo-dialog-titlebar-padding-xvar(--kendo-spacing-6, 1.5rem)
Description
The horizontal padding of the Popover header.
$kendo-popover-header-padding-yString$kendo-dialog-titlebar-padding-yvar(--kendo-spacing-4, 1rem)
Description
The vertical padding of the Popover header.
$kendo-popover-header-border-widthNumber$kendo-dialog-titlebar-border-width0
Description
The border width of the Popover header.
$kendo-popover-header-border-styleString$kendo-popover-border-stylesolid
Description
The border style of the Popover header.
$kendo-popover-header-textString$kendo-dialog-titlebar-textvar(--kendo-component-text, initial)
Description
The text color of the Popover header.
$kendo-popover-header-bgString$kendo-dialog-titlebar-bgvar(--kendo-component-bg, initial)
Description
The background color of the Popover header.
$kendo-popover-header-borderString$kendo-dialog-titlebar-bordervar(--kendo-component-border, initial)
Description
The border color of the Popover header.
$kendo-popover-body-padding-xString$kendo-window-inner-padding-xvar(--kendo-spacing-6, 1.5rem)
Description
The horizontal padding of the Popover body.
$kendo-popover-body-padding-yString$kendo-window-inner-padding-yvar(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the Popover body.
$kendo-popover-actions-border-widthNumber00
Description
The border width of the Popover actions.
$kendo-popover-actions-padding-xString$kendo-popover-body-padding-xvar(--kendo-spacing-6, 1.5rem)
Description
The horizontal padding of the Popover actions.
$kendo-popover-actions-padding-yString$kendo-popover-body-padding-yvar(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the Popover actions.
$kendo-popover-actions-gapStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The spacing between the Popover actions.
$kendo-popover-callout-widthStringk-spacing(5)var(--kendo-spacing-5, 1.25rem)
Description
The width of the Popover callout.
$kendo-popover-callout-heightString$kendo-popover-callout-widthvar(--kendo-spacing-5, 1.25rem)
Description
The height of the Popover callout.
$kendo-popover-callout-border-widthNumber$kendo-popover-border-width0
Description
The border width of the Popover callout.
$kendo-popover-callout-border-styleString$kendo-popover-border-stylesolid
Description
The border style of the Popover callout.

In this article

Not finding the help you need?