1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-01 08:00:48 +00:00
plantuml/svg/onmouseinteractivefooter.css

6 lines
106 B
CSS

[data-mouse-over-selected="false"] {
opacity: 0.2;
}
[data-mouse-over-selected="true"] {
opacity: 1.0;
}