From f90ed99a400136b7ea769cd6756ca5525b40f641 Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 27 Jan 2019 21:54:24 +0100 Subject: [PATCH] fix leaf node having angle bracket in dark & black themes, closes #387 --- src/public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 409167628..43c6b4f00 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -157,7 +157,7 @@ ul.fancytree-container { /* this is done to preserve correct indentation. Better solution would be preferable */ .fancytree-node:not(.fancytree-folder) .fancytree-expander:before { - color: white; + color: var(--main-background-color); /* setting to background color makes this invisible */ } .fancytree-node.fancytree-expanded .fancytree-expander:before {