summaryrefslogtreecommitdiff
path: root/paper/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-09-03 10:14:05 -0400
committerThomas Park <thomas@thomaspark.me>2014-09-03 10:14:05 -0400
commitb56791fb0f975ffaab4be8f151847cb99aba971a (patch)
tree4865a720bc84f443db98087a3174bd8028d231da /paper/bootstrap.css
parent8f745942664f01f07100fbd16f17423229268117 (diff)
parent93a6e247b2424f15e33a86b1328e4a7194f60c48 (diff)
Merge pull request #319 from ShashankaNataraj/gh-pages
Fixed popover arrow border #315
Diffstat (limited to 'paper/bootstrap.css')
-rw-r--r--paper/bootstrap.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/paper/bootstrap.css b/paper/bootstrap.css
index 53ac3314..d2530ae0 100644
--- a/paper/bootstrap.css
+++ b/paper/bootstrap.css
@@ -5630,7 +5630,7 @@ button.close {
margin-left: -11px;
border-bottom-width: 0;
border-top-color: rgba(0, 0, 0, 0);
- border-top-color: rgba(0, 0, 0, 0.05);
+ border-top-color: rgba(0, 0, 0, 0.075);
bottom: -11px;
}
.popover.top > .arrow:after {
@@ -5646,7 +5646,7 @@ button.close {
margin-top: -11px;
border-left-width: 0;
border-right-color: rgba(0, 0, 0, 0);
- border-right-color: rgba(0, 0, 0, 0.05);
+ border-right-color: rgba(0, 0, 0, 0.075);
}
.popover.right > .arrow:after {
content: " ";
@@ -5660,7 +5660,7 @@ button.close {
margin-left: -11px;
border-top-width: 0;
border-bottom-color: rgba(0, 0, 0, 0);
- border-bottom-color: rgba(0, 0, 0, 0.05);
+ border-bottom-color: rgba(0, 0, 0, 0.075);
top: -11px;
}
.popover.bottom > .arrow:after {
@@ -5676,7 +5676,7 @@ button.close {
margin-top: -11px;
border-right-width: 0;
border-left-color: rgba(0, 0, 0, 0);
- border-left-color: rgba(0, 0, 0, 0.05);
+ border-left-color: rgba(0, 0, 0, 0.075);
}
.popover.left > .arrow:after {
content: " ";