diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:53:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:53:54 +0000 |
commit | 665ab6d47cc2c23f648008fdf75fa9cdf1892dc1 (patch) | |
tree | 4c9a94d5baf7abeeafcf0f040df63c345af11a44 /debian/patches/progress-linux/0002-order-unified-extensions-button.patch | |
parent | Adding keyword bookmarks. (diff) | |
download | firefox-esr-665ab6d47cc2c23f648008fdf75fa9cdf1892dc1.tar.xz firefox-esr-665ab6d47cc2c23f648008fdf75fa9cdf1892dc1.zip |
Moving unified extensions button to the right in navbar.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/progress-linux/0002-order-unified-extensions-button.patch')
-rw-r--r-- | debian/patches/progress-linux/0002-order-unified-extensions-button.patch | 14 |
1 files changed, 14 insertions, 0 deletions
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 <daniel.baumann@progress-linux.org> +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"); + } + |