Fix HiDPI icons in trees on Linux

This commit is contained in:
Dan Stillman 2015-04-07 14:25:24 -04:00
parent 152b1c0d83
commit fe79954b96

View File

@ -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;
}