mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-01 03:32:29 +00:00
3 lines
99 B
CSS
3 lines
99 B
CSS
|
.elem {cursor: pointer;}
|
||
|
.elem, .link {opacity: 0.3;}
|
||
|
.elem.selected, .link.selected {opacity: 1;}
|