commit 98ab5ac8bfc1cae1d635a41cf50f51211c73a503
parent 6096d1ea62c6462ad02d4614792f84f5c525d2ba
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 3 Jan 2017 06:14:21 -0500
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).
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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) {