cloned notes are less conspicuous in the tree with only asterisk after a title

This commit is contained in:
zadam 2019-09-03 21:34:20 +02:00
parent 2e05cb1764
commit e36d636f93

View File

@ -170,8 +170,8 @@ span.fancytree-node.protected > span.fancytree-custom-icon {
filter: drop-shadow(2px 2px 2px black);
}
span.fancytree-node.multiple-parents .fancytree-title {
text-decoration: underline dotted;
span.fancytree-node.multiple-parents .fancytree-title::after {
content: " *"
}
span.fancytree-node.fancytree-active-clone:not(.fancytree-active) .fancytree-title {