mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
* arp matrix graph and fix * bug fix * graph fix * bug fix * tests on arp graph * merged heatmap.js and map.js * graph dinamic resize * minor fix * graph dinamic width * graph performance improvement * clean code * fix manual refresh * message for empty graph * clean code * more clean * update arpMap and host details * migrate to v4.min version of d3.js
17 lines
328 B
CSS
17 lines
328 B
CSS
div.tooltip {
|
|
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;
|
|
}
|
|
|