Commit 590da0ca by Torkel Ödegaard

ux(): fixes to light theme popover / tooltip colors

parent 44b6a3a0
......@@ -258,14 +258,14 @@ $infoBorder: transparent;
// Tooltips and popovers
// -------------------------
$tooltipColor: $white;
$tooltipBackground: $gray-4;
$tooltipColor: $text-color;
$tooltipBackground: $gray-5;
$tooltipArrowWidth: 5px;
$tooltipArrowColor: $tooltipBackground;
$tooltipLinkColor: darken($white,11%);
$tooltipLinkColor: $text-color;
// popover
$popover-bg: $dark-4;
$popover-bg: $gray-5;
$popover-color: $text-color;
$popover-help-bg: $blue-dark;
......
......@@ -10,6 +10,7 @@
.annotation-segment {
label.cr1 {
margin-left: 5px;
margin-top: 3px;
}
padding: 8px 7px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment