From e36d636f9338850539d3bd67565c7155de8e856e Mon Sep 17 00:00:00 2001 From: zadam Date: Tue, 3 Sep 2019 21:34:20 +0200 Subject: [PATCH] cloned notes are less conspicuous in the tree with only asterisk after a title --- src/public/stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 204ad456e..9b764864a 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -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 {