Skip to content

Commit ee17db8

Browse files
author
DanielSteger
committed
Tooltip style
1 parent 82fa27f commit ee17db8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

frontend/src/app/modules/time-series/components/time-series-line-chart/time-series-line-chart.component.scss

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,21 @@ osm-time-series-line-chart {
66
#marker-tooltip {
77
position: absolute;
88
text-align: left;
9-
padding: 5px;
109
font: 10pt sans-serif;
1110
color: white;
1211
background: rgba(0, 0, 0, 0.7);
13-
border: 0px;
12+
border: 1px solid rgba(0, 0, 0, 0.4);
1413
border-radius: 3px;
1514
pointer-events: none;
1615

1716
tr.active {
18-
background: rgba(255, 255, 255, 0.35);
17+
background: rgba(255, 255, 255, 0.75);
18+
color: black;
1919
}
2020

2121
td {
22-
padding-right: 10px;
22+
padding: 0.2em 0.75em 0.2em 0.75em;
23+
2324
i {
2425
padding-right: 5px;
2526
}
@@ -35,7 +36,7 @@ osm-time-series-line-chart {
3536
line {
3637
stroke: $color-contour-medium;
3738
}
38-
39+
3940
text {
4041
fill: $color-text-light;
4142
}

0 commit comments

Comments
 (0)