collapsed annotation icon should not be visible until annotation has been collapsed

This commit is contained in:
Simon Kornblith 2007-03-21 19:27:17 +00:00
parent c831357c36
commit b0b91267f4

View File

@ -675,7 +675,7 @@ Zotero.Annotation.prototype.displayWithAbsoluteCoordinates = function(absX, absY
// generate pushpin div
this.pushpinDiv = this.document.createElement("div");
this.pushpinDiv.style.padding = "0";
this.pushpinDiv.style.display = "block";
this.pushpinDiv.style.display = "none";
this.pushpinDiv.style.position = "absolute";
this.pushpinDiv.style.cursor = "pointer";
// generate pushpin image