实现效果如下图所示:
<style type="text/css">
.popover {
background-color: #ecdbcd !important;
}
.popover-title {
color: #333;
background-color: #ecdbcd !important;
}
.popover-content {
color: #333;
background-color: #ecdbcd !important;
}
.popover.right > .arrow:after {
border-right-color: #ecdbcd !important;
}
</style>