fx-compat: Item box: Fix unstyled menulists
This commit is contained in:
parent
fdd73d4ada
commit
5d96f9960a
1 changed files with 5 additions and 0 deletions
|
@ -191,6 +191,11 @@
|
|||
s1.rel = "stylesheet";
|
||||
s1.href = "chrome://zotero-platform/content/itemBox.css";
|
||||
shadow.append(s1);
|
||||
|
||||
var s2 = document.createElement("link");
|
||||
s2.rel = "stylesheet";
|
||||
s2.href = "chrome://global/skin/global.css";
|
||||
shadow.append(s2);
|
||||
|
||||
shadow.appendChild(document.importNode(this.content, true));
|
||||
|
||||
|
|
Loading…
Reference in a new issue