2025-03-30 22:29:29 +03:00

7 lines
148 B
CSS

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