commit fe79954b964857cf27e8aec409aed3713d44b6fa parent 152b1c0d83faa31fff9a4b9b4a89571aa36ff623 Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 7 Apr 2015 14:25:24 -0400 Fix HiDPI icons in trees on Linux Diffstat:
| M | chrome/content/zotero-platform/unix/overlay.css | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/chrome/content/zotero-platform/unix/overlay.css b/chrome/content/zotero-platform/unix/overlay.css @@ -124,4 +124,10 @@ #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