ntopng/httpdocs/css/bubble-chart.css
2015-04-30 12:22:35 +02:00

12 lines
No EOL
190 B
CSS

#bubble_chart {
background-color: #ffffff;
border: 3px dotted #dddddd;
font: 10px sans-serif;
height: 400px;
text-shadow: none;
width: 600px;
}
.bubble {
position: relative;
}