From 98ab5ac8bfc1cae1d635a41cf50f51211c73a503 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 3 Jan 2017 06:14:21 -0500 Subject: [PATCH] Remove lines in treeview separators Not ideal -- we can't reduce the height of separators, so there's too much padding between sections -- but still better (and way better on Linux, where a thick black line was being drawn instead of the light dashes on macOS). --- chrome/skin/default/zotero/overlay.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/skin/default/zotero/overlay.css b/chrome/skin/default/zotero/overlay.css index da9ec5f8a..e42672539 100644 --- a/chrome/skin/default/zotero/overlay.css +++ b/chrome/skin/default/zotero/overlay.css @@ -35,9 +35,9 @@ margin-right: 5px; } -/*#zotero-collections-tree treechildren::-moz-tree-separator { +#zotero-collections-tree treechildren::-moz-tree-separator { border: none; -}*/ +} #zotero-collections-tree treechildren::-moz-tree-twisty(notwisty), #zotero-collections-tree treechildren::-moz-tree-twisty(header) {