commit 2afebc79d0da8ba655c36d37856c2f3c28506d1e
parent c398353d5d52982b31771fccc6398bef8b693758
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 7 Apr 2015 14:37:13 -0400
Set tree image height to 16px everywhere
Windows maybe also doesn't handle HiDPI tree images correctly otherwise
Diffstat:
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
@@ -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
@@ -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;