css bootstrap 4提示

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css bootstrap 4提示相关的知识,希望对你有一定的参考价值。

/* change bootstrap 4 tooltip colors, including the arrow ! */
.tooltip-inner {
    background-color: #555;
}

/* tooltip top arrow */
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .tooltip.tooltip-top .tooltip-inner::before {
    border-top-color: #555;
}
/* tooltip bottom arrow */
.tooltip.bs-tether-element-attached-top .tooltip-inner::before, .tooltip.tooltip-bottom .tooltip-inner::before{
    border-bottom-color: #555;
}
/* tooltip left arrow */
.tooltip.bs-tether-element-attached-right .tooltip-inner::before, .tooltip.tooltip-left .tooltip-inner::before{
     border-left-color: #555;
}
/* tooltip right arrow */
.tooltip.bs-tether-element-attached-left .tooltip-inner::before, .tooltip.tooltip-right .tooltip-inner::before{
     border-right-color: #555;
}

以上是关于css bootstrap 4提示的主要内容,如果未能解决你的问题,请参考以下文章

js 气泡提示

reactstrap - create-react-app - 未找到 bootstrap/dist/css/bootstrap.css - v.4

为啥bootstrap.css无法引入

Bootstrap 4 - 在css中通过根名称引用颜色[重复]

Bootstrap 4 CSS 导致 Chrome 的打印“布局”消失

基于jquery的提示框JavaScript 插件,类Bootstrap