ntopng/http_src/components/charts/heatmap.scss
2022-03-04 11:01:24 +01:00

16 lines
298 B
SCSS

div.tooltip-heatmap {
position: absolute;
text-align: center;
width: 60px;
height: 40px;
padding: 2px;
font: 12px sans-serif;
background: #ABCBF5;
border: 0px;
border-radius: 8px;
pointer-events: none;
}
.x_label, .y_label{
cursor: pointer;
}