mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-13 08:02:43 +02:00
35db670c97
git-subtree-dir: lib/vis git-subtree-split: 1d029cab7b527f3b292e95d550efbf784dac8699
13 lines
261 B
CSS
13 lines
261 B
CSS
div.network-tooltip {
|
|
position: absolute;
|
|
visibility: hidden;
|
|
padding: 5px;
|
|
white-space: nowrap;
|
|
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
border: 1px solid;
|
|
|
|
box-shadow: 3px 3px 10px rgba(128, 128, 128, 0.5);
|
|
} |