Add context-menu icon for "Find Available PDF"
This commit is contained in:
parent
43ba06fbc5
commit
b00704f54c
1 changed files with 5 additions and 0 deletions
|
@ -523,6 +523,10 @@
|
|||
list-style-image: url('chrome://zotero/skin/treeitem-attachment-web-link.png');
|
||||
}
|
||||
|
||||
.zotero-menuitem-find-pdf {
|
||||
list-style-image: url('chrome://zotero/skin/treeitem-attachment-pdf.png');
|
||||
}
|
||||
|
||||
.zotero-menuitem-duplicate-item
|
||||
{
|
||||
list-style-image: url('chrome://zotero/skin/arrow-split-090.png');
|
||||
|
@ -792,6 +796,7 @@
|
|||
.zotero-menuitem-attachments-file { list-style-image: url('chrome://zotero/skin/treeitem@2x.png'); }
|
||||
.zotero-menuitem-attachments-link { list-style-image: url('chrome://zotero/skin/treeitem-attachment-link@2x.png'); }
|
||||
.zotero-menuitem-attachments-web-link { list-style-image: url('chrome://zotero/skin/treeitem-attachment-web-link@2x.png'); }
|
||||
.zotero-menuitem-find-pdf { list-style-image: url('chrome://zotero/skin/treeitem-attachment-pdf@2x.png'); }
|
||||
.zotero-menuitem-create-report { list-style-image: url('chrome://zotero/skin/treeitem-report@2x.png'); }
|
||||
#zotero-tb-advanced-search { list-style-image: url('chrome://zotero/skin/toolbar-advanced-search@2x.png'); }
|
||||
#zotero-tb-locate { list-style-image: url('chrome://zotero/skin/toolbar-go-arrow@2x.png'); }
|
||||
|
|
Loading…
Reference in a new issue