diff options
author | B. Stack <bgstack15@gmail.com> | 2023-08-19 17:18:07 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-08-19 17:18:07 -0400 |
commit | b2237bccba179e5483e083edf5ebbd313d240dfd (patch) | |
tree | 19d822c24051e2308c32c04a102547f4e5188679 /waterfox-g/debian/patches/fis-csd-global-menu.patch | |
parent | use cgit url (diff) | |
download | stackrpms-b2237bccba179e5483e083edf5ebbd313d240dfd.tar.gz stackrpms-b2237bccba179e5483e083edf5ebbd313d240dfd.tar.bz2 stackrpms-b2237bccba179e5483e083edf5ebbd313d240dfd.zip |
add waterfox-g
Diffstat (limited to 'waterfox-g/debian/patches/fis-csd-global-menu.patch')
-rw-r--r-- | waterfox-g/debian/patches/fis-csd-global-menu.patch | 21 |
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 + |