|
@@ -252,12 +252,12 @@ $popover-help-color: $text-color;
|
|
|
|
|
|
|
|
// Tooltips and popovers
|
|
// Tooltips and popovers
|
|
|
// -------------------------
|
|
// -------------------------
|
|
|
-$tooltipColor: $text-color;
|
|
|
|
|
-$tooltipBackground: $dark-5;
|
|
|
|
|
|
|
+$tooltipColor: $popover-help-color;
|
|
|
|
|
+$tooltipBackground: $popover-help-bg;
|
|
|
$tooltipArrowWidth: 5px;
|
|
$tooltipArrowWidth: 5px;
|
|
|
$tooltipArrowColor: $tooltipBackground;
|
|
$tooltipArrowColor: $tooltipBackground;
|
|
|
$tooltipLinkColor: $link-color;
|
|
$tooltipLinkColor: $link-color;
|
|
|
-$graph-tooltip-bg: $dark-5;
|
|
|
|
|
|
|
+$graph-tooltip-bg: $dark-4;
|
|
|
|
|
|
|
|
// images
|
|
// images
|
|
|
$checkboxImageUrl: '../img/checkbox.png';
|
|
$checkboxImageUrl: '../img/checkbox.png';
|