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

10 lines
190 B
CSS

.tooltip {
position: absolute;
text-align: center;
padding: 8px;
background: lightgrey;
border: 0px;
border-radius: 4px;
pointer-events: none;
color: black;
}