From fba349b1444741f5572b844bfaecfdfaac3f8daa Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Tue, 12 Jul 2022 14:55:12 -0400 Subject: [PATCH] fx-compat: Remove more unused binding CSS --- chrome/skin/default/zotero/zotero.css | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/chrome/skin/default/zotero/zotero.css b/chrome/skin/default/zotero/zotero.css index 71b8958617..9699810057 100644 --- a/chrome/skin/default/zotero/zotero.css +++ b/chrome/skin/default/zotero/zotero.css @@ -21,26 +21,6 @@ textbox[type="styled"] -moz-binding: url('chrome://zotero/content/bindings/styled-textbox.xml#styled-textbox'); } -zoteronoteeditor -{ - -moz-binding: url('chrome://zotero/content/bindings/noteeditor.xml#note-editor'); -} - -linksbox -{ - -moz-binding: url('chrome://zotero/content/bindings/noteeditor.xml#links-box'); -} - -tagsbox -{ - -moz-binding: url('chrome://zotero/content/bindings/tagsbox.xml#tags-box'); -} - -tagsbox row -{ - -moz-box-align:center; -} - customcolorpicker { -moz-binding: url(chrome://zotero/content/bindings/customcolorpicker.xml#custom-colorpicker); } @@ -49,12 +29,6 @@ customcolorpicker[type=button] { -moz-binding: url(chrome://zotero/content/bindings/customcolorpicker.xml#custom-colorpicker-button); } -relatedbox -{ - -moz-binding: url('chrome://zotero/content/bindings/relatedbox.xml#related-box'); - -moz-user-focus: ignore; -} - zoteromergegroup { -moz-binding: url('chrome://zotero/content/bindings/merge.xml#merge-group'); }