diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:30:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:30:05 +0000 |
commit | b70b326ee7aff10cf2e518025d9d93291bec80cf (patch) | |
tree | 566471099fc940b0286dfbddef5717aea8965431 /debian/patches/progress-linux/0002-order-unified-extensions-button.patch | |
parent | Adding keyword bookmarks. (diff) | |
download | firefox-b70b326ee7aff10cf2e518025d9d93291bec80cf.tar.xz firefox-b70b326ee7aff10cf2e518025d9d93291bec80cf.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..1ba51b8002 --- /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.orig/browser/themes/shared/toolbarbutton-icons.css firefox/browser/themes/shared/toolbarbutton-icons.css +--- firefox.orig/browser/themes/shared/toolbarbutton-icons.css ++++ firefox/browser/themes/shared/toolbarbutton-icons.css +@@ -391,6 +391,7 @@ toolbar { + } + + #unified-extensions-button { ++ order: 1 !important; + list-style-image: url("chrome://mozapps/skin/extensions/extension.svg"); + } + |