Fix HiDPI icons in trees on Linux
This commit is contained in:
parent
152b1c0d83
commit
fe79954b96
1 changed files with 6 additions and 0 deletions
|
@ -124,4 +124,10 @@
|
||||||
|
|
||||||
#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…
Add table
Add a link
Reference in a new issue