diff --git a/chrome/content/zotero/elements/zoteroSearch.js b/chrome/content/zotero/elements/zoteroSearch.js index 819aaf04d2..674ba729b3 100644 --- a/chrome/content/zotero/elements/zoteroSearch.js +++ b/chrome/content/zotero/elements/zoteroSearch.js @@ -562,7 +562,7 @@ valueMenu.value = this.value; } - valueMenu.querySelector('#label-box > image').style.maxHeight = '16px'; + valueMenu.shadowRoot.querySelector('#label-box > image').style.maxHeight = '16px'; } initWithParentAndCondition(parent, condition) {