fx-compat: Remove XBL stylesheets (WIP)

This commit is contained in:
Dan Stillman 2020-07-05 17:28:31 -04:00
parent 3f64310d45
commit ee78dd308b
2 changed files with 2 additions and 5 deletions

View file

@ -32,11 +32,6 @@
xmlns:html="http://www.w3.org/1999/xhtml"> xmlns:html="http://www.w3.org/1999/xhtml">
<binding id="item-box"> <binding id="item-box">
<resources>
<stylesheet src="chrome://zotero/skin/bindings/itembox.css"/>
<stylesheet src="chrome://zotero-platform/content/itembox.css"/>
</resources>
<implementation> <implementation>
<!-- <!--
Public properties Public properties

View file

@ -34,6 +34,8 @@
<?xml-stylesheet href="chrome://zotero-platform-version/content/style.css"?> <?xml-stylesheet href="chrome://zotero-platform-version/content/style.css"?>
<?xml-stylesheet href="chrome://zotero/skin/itemPane.css" type="text/css"?> <?xml-stylesheet href="chrome://zotero/skin/itemPane.css" type="text/css"?>
<?xml-stylesheet href="chrome://zotero-platform/content/itemPane.css" type="text/css"?> <?xml-stylesheet href="chrome://zotero-platform/content/itemPane.css" type="text/css"?>
<?xml-stylesheet href="chrome://zotero/skin/bindings/itembox.css" type="text/css"?>
<?xml-stylesheet href="chrome://zotero-platform/content/itembox.css" type="text/css"?>
<?xml-stylesheet href="chrome://zotero-platform/content/zotero-react-client.css"?> <?xml-stylesheet href="chrome://zotero-platform/content/zotero-react-client.css"?>
<!DOCTYPE window [ <!DOCTYPE window [