如何使用bootstrap使popover箭头更高更薄

时间:2017-02-27 14:23:55

标签: jquery css twitter-bootstrap

我想使用更高更薄的bootstrap在popover中制作箭头。

我的作品如下:

enter image description here

但我想要的是:

enter image description here

任何人都可以给我一个提示,我将非常感激。感谢

1 个答案:

答案 0 :(得分:1)

我通过添加以下代码来更改它:

.popover > .arrow:after {
border-top-color: #345478 !important;
border-width:10px 7px 0 7px;
}