Skip to content

Commit eaa77a0

Browse files
authored
Fixing css with background color of tooltips
1 parent 8c3fe63 commit eaa77a0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

public/heatmap_tooltip.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
.heatmap-tooltip {
22
position: absolute;
33
width: auto;
4-
fadeout(@gray-darker, 7%);
5-
gray-darker: #222222;
4+
background-color: #222222;
65
-webkit-border-radius: 10px;
76
-moz-border-radius: 10px;
87
border-radius: 10px;
@@ -22,4 +21,4 @@
2221
}
2322
.heatmap-tooltip-list span.key{
2423
font-weight: bold;
25-
}
24+
}

0 commit comments

Comments
 (0)