我正在尝试使用tootltips
.tooltip-inner{}
Run Code Online (Sandbox Code Playgroud)
但我有麻烦因为我找不到如何设计工具提示小箭头.
如屏幕截图所示,工具提示的箭头为黑色,我想在其上添加新颜色:
有什么建议吗?
当尝试更改弹出箭头的颜色时,我尝试了一些在网上找到的解决方案。这是我的 CSS,位于自行创建的 popover.css 文件中(此处的其他 css 工作正常)。
popover.bottom .arrow::after {
border-bottom-color: black !important;
}
Run Code Online (Sandbox Code Playgroud)