ntopng/httpdocs/css/heatmap.css
Francesco Staccini 1d9b35be42 ARP Map (#2540)
* 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
2019-04-17 13:23:10 +02:00

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;
}