margin-left: -10px;
border-top-color: #ffffff;
border-bottom-width: 0;
+ content: " ";
}
.popover.right .arrow {
left: 1px;
border-right-color: #ffffff;
border-left-width: 0;
+ content: " ";
}
.popover.bottom .arrow {
margin-left: -10px;
border-bottom-color: #ffffff;
border-top-width: 0;
+ content: " ";
}
.popover.left .arrow {
bottom: -10px;
border-left-color: #ffffff;
border-right-width: 0;
+ content: " ";
}
.alert {
border-top-color: @popover-arrow-outer-color;
bottom: -@popover-arrow-outer-width;
&:after {
+ content: " ";
bottom: 1px;
margin-left: -@popover-arrow-width;
border-bottom-width: 0;
border-right-color: #999; // IE8 fallback
border-right-color: @popover-arrow-outer-color;
&:after {
+ content: " ";
left: 1px;
bottom: -@popover-arrow-width;
border-left-width: 0;
border-bottom-color: @popover-arrow-outer-color;
top: -@popover-arrow-outer-width;
&:after {
+ content: " ";
top: 1px;
margin-left: -@popover-arrow-width;
border-top-width: 0;
border-left-color: #999; // IE8 fallback
border-left-color: @popover-arrow-outer-color;
&:after {
+ content: " ";
right: 1px;
border-right-width: 0;
border-left-color: @popover-arrow-color;