Set tree image height to 16px everywhere

Windows maybe also doesn't handle HiDPI tree images correctly otherwise
This commit is contained in:
Dan Stillman 2015-04-07 14:37:13 -04:00
parent c398353d5d
commit 2afebc79d0
2 changed files with 6 additions and 6 deletions

View file

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

View file

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