summaryrefslogtreecommitdiff
path: root/waterfox-g/debian/patches/fis-csd-global-menu.patch
blob: 6eca9e8731bc964461b9d978af05666f4316fa69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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