client: Change tree star icon to link (closes #565)

This commit is contained in:
Elian Doran 2024-11-21 18:37:37 +02:00
parent 8c7cba4f33
commit ed90e0f7a9
No known key found for this signature in database

View File

@ -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 {