From e46ae13a5a6600964f5550b77198fd57a3c8aa37 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 29 Apr 2023 03:15:39 -0400 Subject: [PATCH] Remove resizabledialog.xml binding --- .../zotero/bindings/resizabledialog.xml | 54 ------------------- chrome/skin/default/zotero/zotero.css | 5 -- 2 files changed, 59 deletions(-) delete mode 100644 chrome/content/zotero/bindings/resizabledialog.xml diff --git a/chrome/content/zotero/bindings/resizabledialog.xml b/chrome/content/zotero/bindings/resizabledialog.xml deleted file mode 100644 index ff841d0bcd..0000000000 --- a/chrome/content/zotero/bindings/resizabledialog.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/chrome/skin/default/zotero/zotero.css b/chrome/skin/default/zotero/zotero.css index 4a3e56b3f5..344dc87ba3 100644 --- a/chrome/skin/default/zotero/zotero.css +++ b/chrome/skin/default/zotero/zotero.css @@ -29,11 +29,6 @@ zoteromergepane { -moz-binding: url('chrome://zotero/content/bindings/merge.xml#merge-pane'); } -dialog[resizable="true"] -{ - -moz-binding: url('chrome://zotero/content/bindings/resizabledialog.xml#resizabledialog'); -} - richlistitem { padding: 0.2em 0.4em; }