Unless we find anything better, use stack of papers for Unfiled Items icon
This commit is contained in:
parent
4d7c1238b0
commit
393a6d87fe
3 changed files with 3 additions and 4 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
|
@ -503,12 +503,11 @@ Zotero.CollectionTreeView.prototype.getImageSrc = function(row, col)
|
|||
return "chrome://zotero-platform/content/treesource-collection.png";
|
||||
|
||||
case 'search':
|
||||
var str = "chrome://zotero-platform/content/treesource-search";
|
||||
if ((source.ref.id + "").match(/^8634533000/)) { // 'UNFILED000'
|
||||
str += '-virtual';
|
||||
collectionType = "search-virtual";
|
||||
break;
|
||||
}
|
||||
str += ".png";
|
||||
return str;
|
||||
return "chrome://zotero-platform/content/treesource-search.png";
|
||||
|
||||
case 'header':
|
||||
if (source.ref.id == 'group-libraries-header') {
|
||||
|
|
BIN
chrome/skin/default/zotero/treesource-search-virtual.png
Normal file
BIN
chrome/skin/default/zotero/treesource-search-virtual.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 317 B |
Loading…
Reference in a new issue