summaryrefslogtreecommitdiff
path: root/waterfox-g/debian/patches/fis-csd-global-menu.patch
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox-g/debian/patches/fis-csd-global-menu.patch')
-rw-r--r--waterfox-g/debian/patches/fis-csd-global-menu.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/waterfox-g/debian/patches/fis-csd-global-menu.patch b/waterfox-g/debian/patches/fis-csd-global-menu.patch
new file mode 100644
index 0000000..6eca9e8
--- /dev/null
+++ b/waterfox-g/debian/patches/fis-csd-global-menu.patch
@@ -0,0 +1,21 @@
+diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css
+index 03a778809dc8..8f0267b45328 100644
+--- a/browser/base/content/browser.css
++++ b/browser/base/content/browser.css
+@@ -334,6 +334,13 @@ toolbar[customizing] #whats-new-menu-button {
+ visibility: hidden;
+ }
+
++@media (-moz-platform: linux) {
++ *|*:root[shellshowingmenubar="true"]
++ #toolbar-menubar[autohide="true"]:not([inactive]) + #TabsToolbar > .titlebar-buttonbox-container {
++ visibility: visible !important;
++ }
++}
++
+ :root[tabsintitlebar] .titlebar-buttonbox {
+ position: relative;
+ }
+--
+2.37.3
+
bgstack15