From ea82cf1f42e4bf5ca33910308e4f2e6620b7cf7c Mon Sep 17 00:00:00 2001 From: azivner Date: Thu, 24 Aug 2017 00:04:31 -0400 Subject: [PATCH] removed border (or rather outline) around tree --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 9744005aa..4b637658f 100644 --- a/static/style.css +++ b/static/style.css @@ -30,4 +30,5 @@ ul.fancytree-container { height: 400px; overflow: auto; position: relative; + outline: none !important; }