From d0e4151e8e8f3e5d26c2e2cef5e57944d4eb63e2 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 5 Nov 2013 14:12:22 -0500 Subject: [PATCH] Undo tree row spacing change in Fx25 on Windows --- chrome/skin/default/zotero/zotero.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/chrome/skin/default/zotero/zotero.css b/chrome/skin/default/zotero/zotero.css index e3ac5ad57b..605d9d323a 100644 --- a/chrome/skin/default/zotero/zotero.css +++ b/chrome/skin/default/zotero/zotero.css @@ -316,4 +316,11 @@ label.zotero-text-link { #zotero-note-window { padding-bottom: 4px; +} + +/* Undo tree row spacing change in Fx25 on Windows */ +#zotero-collections-tree treechildren::-moz-tree-row, +#zotero-items-tree treechildren::-moz-tree-row, +#zotero-prefs treechildren::-moz-tree-row { + height: auto; } \ No newline at end of file