summaryrefslogtreecommitdiff
path: root/waterfox-g/debian/patches/fis-csd-global-menu.patch
blob: 6f2d2dc3211b6bd4d48aa4bb4495daf4316a67d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css
index 4279c9ccfc83..8573feb7cdfb 100644
--- a/browser/base/content/browser.css
+++ b/browser/base/content/browser.css
@@ -359,6 +359,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;
 }
bgstack15