Fix HiDPI icons in trees on Linux
This commit is contained in:
parent
152b1c0d83
commit
fe79954b96
|
@ -125,3 +125,9 @@
|
||||||
#zotero-tb-search .textbox-search-icon {
|
#zotero-tb-search .textbox-search-icon {
|
||||||
visibility: hidden;
|
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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user