mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
12 lines
No EOL
190 B
CSS
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;
|
|
} |