summaryrefslogtreecommitdiff
path: root/journal/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'journal/bootstrap.css')
-rw-r--r--journal/bootstrap.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/journal/bootstrap.css b/journal/bootstrap.css
index 47fef030..2f9f56e8 100644
--- a/journal/bootstrap.css
+++ b/journal/bootstrap.css
@@ -5856,7 +5856,7 @@ button.close {
color: #ffffff;
text-align: center;
text-decoration: none;
- background-color: rgba(0, 0, 0, 0.9);
+ background-color: #000000;
border-radius: 4px;
}
.tooltip-arrow {
@@ -5871,56 +5871,56 @@ button.close {
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
- border-top-color: rgba(0, 0, 0, 0.9);
+ border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
- border-top-color: rgba(0, 0, 0, 0.9);
+ border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
- border-top-color: rgba(0, 0, 0, 0.9);
+ border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
- border-right-color: rgba(0, 0, 0, 0.9);
+ border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
- border-left-color: rgba(0, 0, 0, 0.9);
+ border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
- border-bottom-color: rgba(0, 0, 0, 0.9);
+ border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
- border-bottom-color: rgba(0, 0, 0, 0.9);
+ border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
- border-bottom-color: rgba(0, 0, 0, 0.9);
+ border-bottom-color: #000000;
}
.popover {
position: absolute;