mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
17 lines
336 B
CSS
17 lines
336 B
CSS
div.tooltip-heatmap {
|
|
position: absolute;
|
|
text-align: center;
|
|
width: 60px;
|
|
height: 40px;
|
|
padding: 2px;
|
|
font: 12px sans-serif bold;
|
|
background: rgb(171, 203, 245);
|
|
border: 0px;
|
|
border-radius: 8px;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.x_label, .y_label{
|
|
cursor:pointer;
|
|
}
|
|
|