2025-05-27 19:24:04 +03:00

7 lines
148 B
CSS
Vendored

span.fancytree-node.todo .fancytree-title {
color: red !important;
}
span.fancytree-node.done .fancytree-title {
color: green !important;
}