commit c28c8c820b139315c175a88240477657b5082021 parent 3fbb4633a6edfc5cecf24f889a0eaf8e869087be Author: Dan Stillman <dstillman@zotero.org> Date: Thu, 22 Feb 2018 00:26:55 -0500 Improved PDF recognizer and 1x PDF icons Diffstat:
4 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/chrome/skin/default/zotero/overlay.css b/chrome/skin/default/zotero/overlay.css @@ -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 */ @@ -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); } diff --git a/chrome/skin/default/zotero/pdf-search.png b/chrome/skin/default/zotero/pdf-search.png Binary files differ. diff --git a/chrome/skin/default/zotero/pdf-search@2x.png b/chrome/skin/default/zotero/pdf-search@2x.png Binary files differ. diff --git a/chrome/skin/default/zotero/treeitem-attachment-pdf.png b/chrome/skin/default/zotero/treeitem-attachment-pdf.png Binary files differ.