Skip to content

Commit

Permalink
Remove lines in treeview separators
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
dstillman committed Jan 3, 2017
1 parent 6096d1e commit 98ab5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome/skin/default/zotero/overlay.css
Expand Up @@ -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) {
Expand Down

0 comments on commit 98ab5ac

Please sign in to comment.