From 2afebc79d0da8ba655c36d37856c2f3c28506d1e Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 7 Apr 2015 14:37:13 -0400 Subject: [PATCH] Set tree image height to 16px everywhere Windows maybe also doesn't handle HiDPI tree images correctly otherwise --- chrome/content/zotero-platform/unix/overlay.css | 6 ------ chrome/skin/default/zotero/overlay.css | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chrome/content/zotero-platform/unix/overlay.css b/chrome/content/zotero-platform/unix/overlay.css index ca2f342dc..3500fe859 100644 --- a/chrome/content/zotero-platform/unix/overlay.css +++ b/chrome/content/zotero-platform/unix/overlay.css @@ -124,10 +124,4 @@ #zotero-tb-search .textbox-search-icon { visibility: hidden; -} - -/* As of Fx37, the tree doesn't scale HiDPI images properly on Linux */ -#zotero-collections-tree treechildren::-moz-tree-image, -#zotero-items-tree treechildren::-moz-tree-image { - height: 16px; } \ No newline at end of file diff --git a/chrome/skin/default/zotero/overlay.css b/chrome/skin/default/zotero/overlay.css index faf9df941..22e882884 100644 --- a/chrome/skin/default/zotero/overlay.css +++ b/chrome/skin/default/zotero/overlay.css @@ -24,6 +24,12 @@ min-height: 5.2em; } +/* As of Fx37, the tree doesn't scale HiDPI images properly on Windows and Linux */ +#zotero-collections-tree treechildren::-moz-tree-image, +#zotero-items-tree treechildren::-moz-tree-image { + height: 16px; +} + #zotero-collections-tree treechildren::-moz-tree-image(primary) { margin-right: 5px;