misp-galaxy/tools/mkdocs/site/docs/01_attachements/stylesheets/graph.css

10 lines
190 B
CSS
Raw Normal View History

2024-02-05 11:26:14 +00:00
.tooltip {
position: absolute;
text-align: center;
padding: 8px;
background: lightgrey;
border: 0px;
border-radius: 4px;
pointer-events: none;
color: black;
}