diff options
Diffstat (limited to 'darkly/bootstrap.css')
-rw-r--r-- | darkly/bootstrap.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/darkly/bootstrap.css b/darkly/bootstrap.css index 660057ef..1d2c458b 100644 --- a/darkly/bootstrap.css +++ b/darkly/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; |