changed light-theme tool-tip to be a bit lighter, trying different paddings

This commit is contained in:
ijin08 2019-01-23 15:39:13 +01:00
parent 8a9582dad5
commit 30f27a966b
3 changed files with 6 additions and 5 deletions

View File

@ -307,8 +307,8 @@ $tooltipArrowWidth: 5px;
$tooltipLinkColor: $link-color;
$graph-tooltip-bg: $dark-1;
$tooltipBackground: $black;
$tooltipColor: $text-color;
$tooltipBackground: $dark-1;
$tooltipColor: white;
$tooltipArrowColor: $tooltipBackground;
$tooltipBackgroundError: $brand-danger;
$tooltipBackgroundBrand: $brand-primary;

View File

@ -312,8 +312,8 @@ $tooltipLinkColor: lighten($popover-help-color, 5%);
$graph-tooltip-bg: $gray-5;
$tooltipBackground: $popover-help-bg;
$tooltipBackground: #09090b;
$tooltipColor: #ececec;
$tooltipBackground: $gray-1;
$tooltipColor: $gray-7;
$tooltipArrowColor: $tooltipBackground; // Used by Angular tooltip
$tooltipBackgroundError: $brand-danger;
$tooltipBackgroundBrand: $brand-primary;

View File

@ -40,7 +40,8 @@
// Wrapper for the tooltip content
.tooltip-inner {
max-width: 400px;
padding: 8px;
padding: 8px 16px;
padding: 4px 8px;
color: $tooltipColor;
text-align: center;
text-decoration: none;