diff --git a/chrome/content/zotero/elements/itemBox.js b/chrome/content/zotero/elements/itemBox.js index 6eeadd1114..bbe493e926 100644 --- a/chrome/content/zotero/elements/itemBox.js +++ b/chrome/content/zotero/elements/itemBox.js @@ -185,7 +185,7 @@ var s1 = document.createElement("link"); s1.rel = "stylesheet"; - s1.href = "chrome://zotero-platform/content/itembox.css"; + s1.href = "chrome://zotero-platform/content/itemBox.css"; shadow.append(s1); shadow.appendChild(document.importNode(this.content, true));