1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-02 00:20:49 +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;
}