From 665ab6d47cc2c23f648008fdf75fa9cdf1892dc1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:53:54 +0200 Subject: Moving unified extensions button to the right in navbar. Signed-off-by: Daniel Baumann --- .../0002-order-unified-extensions-button.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 debian/patches/progress-linux/0002-order-unified-extensions-button.patch (limited to 'debian/patches/progress-linux/0002-order-unified-extensions-button.patch') diff --git a/debian/patches/progress-linux/0002-order-unified-extensions-button.patch b/debian/patches/progress-linux/0002-order-unified-extensions-button.patch new file mode 100644 index 0000000000..3f8ccf0ba3 --- /dev/null +++ b/debian/patches/progress-linux/0002-order-unified-extensions-button.patch @@ -0,0 +1,14 @@ +Author: Daniel Baumann +Description: Move unified extensions button to the right in navbar. + +diff -Naurp firefox-esr.orig/browser/themes/shared/toolbarbutton-icons.css firefox-esr/browser/themes/shared/toolbarbutton-icons.css +--- firefox-esr.orig/browser/themes/shared/toolbarbutton-icons.css ++++ firefox-esr/browser/themes/shared/toolbarbutton-icons.css +@@ -373,6 +373,7 @@ toolbar[brighttext]:-moz-lwtheme { + } + + #unified-extensions-button { ++ order: 1 !important; + list-style-image: url("chrome://mozapps/skin/extensions/extension.svg"); + } + -- cgit v1.2.3