diff --git a/chrome/content/zotero-platform/win/overlay.css b/chrome/content/zotero-platform/win/overlay.css index 1afdc6e0b..19ca3948c 100644 --- a/chrome/content/zotero-platform/win/overlay.css +++ b/chrome/content/zotero-platform/win/overlay.css @@ -67,6 +67,13 @@ -moz-border-left-colors: none; } +/* 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: 20px; +} + #zotero-collections-tree { border-width: 0 1px 1px 0; } diff --git a/chrome/content/zotero/advancedSearch.xul b/chrome/content/zotero/advancedSearch.xul index fe7575716..57b16540a 100644 --- a/chrome/content/zotero/advancedSearch.xul +++ b/chrome/content/zotero/advancedSearch.xul @@ -2,6 +2,7 @@ + diff --git a/chrome/content/zotero/preferences/preferences.xul b/chrome/content/zotero/preferences/preferences.xul index 74d6e59e9..964aa93ae 100644 --- a/chrome/content/zotero/preferences/preferences.xul +++ b/chrome/content/zotero/preferences/preferences.xul @@ -29,6 +29,7 @@ +