Close #21 by making the border of the popover's tip black.

This commit is contained in:
Arpad Csanyi
2016-03-26 00:47:38 +01:00
parent f5756a72bd
commit 5099ea2f01
2 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
.popover {
padding: 0; }
.popover.bottom > .arrow:after {
border-bottom-color: #f7f7f7; }
.popover.bottom > .arrow {
border-bottom-color: #000; }
.popover.bottom > .arrow:after {
border-bottom-color: #f7f7f7; }
.popover-content {
padding: 10px 24px; }