Build your web apps using Smart UI
Tooltip - CSS API Reference
All Common CSS variables:
Specific CSS variables for Tooltip styling:
- --smart-tooltip-arrow-width: Default Tooltip arrow width.
The following CSS selectors can be used to style Tooltip:
Demo
<style> #tooltip{ --smart-tooltip-background: #8aaae5; --smart-tooltip-color: white; } </style>