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).
This commit is contained in:
Dan Stillman 2017-01-03 06:14:21 -05:00
parent 6096d1ea62
commit 98ab5ac8bf

View File

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