diff --git a/chrome/content/zotero/overlay.xul b/chrome/content/zotero/overlay.xul index b296329e1..2bb49d57a 100644 --- a/chrome/content/zotero/overlay.xul +++ b/chrome/content/zotero/overlay.xul @@ -318,6 +318,7 @@ + diff --git a/chrome/content/zotero/xpcom/annotate.js b/chrome/content/zotero/xpcom/annotate.js index 53b0d5f42..333ba3fc7 100644 --- a/chrome/content/zotero/xpcom/annotate.js +++ b/chrome/content/zotero/xpcom/annotate.js @@ -680,7 +680,7 @@ Zotero.Annotation.prototype.displayWithAbsoluteCoordinates = function(absX, absY this.pushpinDiv.style.cursor = "pointer"; // generate pushpin image var img = this.document.createElement("img"); - img.src = "chrome://zotero/skin/annotation-hidden.png"; + img.src = "chrome://zotero/skin/annotation-hidden.gif"; img.title = Zotero.getString("annotations.expand.tooltip"); img.addEventListener("click", function() { me.setCollapsed(false); diff --git a/chrome/skin/default/zotero/annotation-hidden.gif b/chrome/skin/default/zotero/annotation-hidden.gif new file mode 100644 index 000000000..2b81ebc3d Binary files /dev/null and b/chrome/skin/default/zotero/annotation-hidden.gif differ diff --git a/chrome/skin/default/zotero/annotation-hidden.png b/chrome/skin/default/zotero/annotation-hidden.png deleted file mode 100644 index 8e12f66d2..000000000 Binary files a/chrome/skin/default/zotero/annotation-hidden.png and /dev/null differ