diff --git a/src/public/stylesheets/tree.css b/src/public/stylesheets/tree.css index 25adf20d0..0d748d6a0 100644 --- a/src/public/stylesheets/tree.css +++ b/src/public/stylesheets/tree.css @@ -138,13 +138,13 @@ span.fancytree-node.protected > span.fancytree-custom-icon { span.fancytree-node.multiple-parents.shared .fancytree-title::after { font-family: 'boxicons' !important; font-size: smaller; - content: " \ec27 \ec03"; + content: " \eb3d \ec03"; } span.fancytree-node.multiple-parents .fancytree-title::after { font-family: 'boxicons' !important; font-size: smaller; - content: " \ec27"; /* lookup code for "star" in boxicons.css */ + content: " \eb3d"; /* lookup code for "link-alt" in boxicons.css */ } span.fancytree-node.shared .fancytree-title::after {