Skip to content

Commit

Permalink
Improved PDF recognizer and 1x PDF icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Feb 22, 2018
1 parent 3fbb463 commit c28c8c8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion chrome/skin/default/zotero/overlay.css
Expand Up @@ -623,7 +623,12 @@
}

#zotero-tb-recognize {
list-style-image: url(chrome://zotero/skin/document-search-result.png);
list-style-image: url(chrome://zotero/skin/pdf-search.png);
}

#zotero-tb-recognize .toolbarbutton-icon {
width: 18px;
margin-top: 1px;
}

/* Sync error icon */
Expand Down Expand Up @@ -799,6 +804,7 @@
#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'); }
#zotero-tb-sync-stop { list-style-image: url(chrome://zotero/skin/control_stop_blue@2x.png); }
#zotero-tb-recognize { list-style-image: url(chrome://zotero/skin/pdf-search@2x.png); }
#zotero-tb-sync-error { list-style-image: url(chrome://zotero/skin/error@2x.png); }
#zotero-tb-sync-error[state=warning] { list-style-image: url(chrome://zotero/skin/warning@2x.png); }
#zotero-tb-sync { list-style-image: url(chrome://zotero/skin/arrow_rotate_static@2x.png); }
Expand Down
Binary file added chrome/skin/default/zotero/pdf-search.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chrome/skin/default/zotero/pdf-search@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified chrome/skin/default/zotero/treeitem-attachment-pdf.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c28c8c8

Please sign in to comment.