From f9fc50e32966616b3e065a53262b8c264a79f09e Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Mon, 22 Feb 2021 05:24:52 +0200 Subject: [PATCH] Make addons manager styles apply to about:addons --- content/addon_manage_buttons_without_popup.css | 2 +- content/compact_addons_manager.css | 2 +- content/multi_column_addons.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/addon_manage_buttons_without_popup.css b/content/addon_manage_buttons_without_popup.css index 7c1c12d..85d445b 100644 --- a/content/addon_manage_buttons_without_popup.css +++ b/content/addon_manage_buttons_without_popup.css @@ -4,7 +4,7 @@ See the above repository for updates as well as full license text. */ /* Show addon management buttons without opening popup */ -@-moz-document url-prefix("chrome://mozapps/content/extensions/aboutaddons.html"){ +@-moz-document url-prefix("chrome://mozapps/content/extensions/aboutaddons.html"), url("about:addons"){ .addon-card-message{ margin-bottom: 0px !important; margin-top: 0px !important; } .card.addon{ padding-bottom: 0px !important; } diff --git a/content/compact_addons_manager.css b/content/compact_addons_manager.css index c554f06..73b71b0 100644 --- a/content/compact_addons_manager.css +++ b/content/compact_addons_manager.css @@ -6,7 +6,7 @@ See the above repository for updates as well as full license text. */ /* Compatible with addon_manage_buttons_without_popup.css */ -@-moz-document url-prefix("chrome://mozapps/content/extensions/aboutaddons.html"){ +@-moz-document url-prefix("chrome://mozapps/content/extensions/aboutaddons.html"), url("about:addons"){ :root{ overflow-x: hidden } /* Remove this if it causes horizontal scrolling problems */ diff --git a/content/multi_column_addons.css b/content/multi_column_addons.css index 20200df..01187af 100644 --- a/content/multi_column_addons.css +++ b/content/multi_column_addons.css @@ -5,7 +5,7 @@ See the above repository for updates as well as full license text. */ /* You can use compact_addons_manager.css with this to make things even more, well, compact */ /* Compatible with addon_manage_buttons_without_popup.css */ -@-moz-document url-prefix("chrome://mozapps/content/extensions/aboutaddons.html"){ +@-moz-document url-prefix("chrome://mozapps/content/extensions/aboutaddons.html"), url("about:addons"){ :root{ overflow-x: hidden } /* Remove this if it causes horizontal scrolling problems */