diff options
Diffstat (limited to 'paper/bootstrap.css')
-rw-r--r-- | paper/bootstrap.css | 8 |
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: " "; |