Files
ansible/lib/python3.10/site-packages/ansibleplaybookgrapher/data/graph.css
2023-02-08 12:13:28 +01:00

18 lines
358 B
CSS

/**
Hover on nodes, edges, path and polygon
*/
.node:hover, .edge:hover, path:hover, path + polygon:hover {
cursor: pointer;
stroke-width: 3;
font-weight: bolder;
}
/**
Manually added class by the script highlight-hover.js when hovering on plays and roles
*/
.highlight {
cursor: pointer;
stroke-width: 3;
font-weight: bolder;
}