diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-04-07 14:32:34 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-04-07 14:32:34 -0400 |
commit | fdb5aba59a7851e24ef08a5d6668fdc3e6516ee9 (patch) | |
tree | e02fcd3e2c5352ef60d9faed15e6f79ec6adf5ca /application/palemoon/base/content/browser.css | |
parent | 7c21a025e7c849388adfd52cfe7caa289a3026e3 (diff) | |
download | UXP-fdb5aba59a7851e24ef08a5d6668fdc3e6516ee9.tar UXP-fdb5aba59a7851e24ef08a5d6668fdc3e6516ee9.tar.gz UXP-fdb5aba59a7851e24ef08a5d6668fdc3e6516ee9.tar.lz UXP-fdb5aba59a7851e24ef08a5d6668fdc3e6516ee9.tar.xz UXP-fdb5aba59a7851e24ef08a5d6668fdc3e6516ee9.zip |
[PALEMOON] Fix dragging when tabs are on top and menubar is disabled
Diffstat (limited to 'application/palemoon/base/content/browser.css')
-rw-r--r-- | application/palemoon/base/content/browser.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/application/palemoon/base/content/browser.css b/application/palemoon/base/content/browser.css index 2c8ba3e69..e6a84421b 100644 --- a/application/palemoon/base/content/browser.css +++ b/application/palemoon/base/content/browser.css @@ -115,8 +115,17 @@ toolbar[printpreview="true"] { #titlebar { -moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox"); + -moz-window-dragging: drag; } +%ifdef XP_WIN +#main-window[tabsontop="true"] #TabsToolbar, +#main-window[tabsontop="true"] #toolbar-menubar, +#main-window[tabsontop="true"] #navigator-toolbox > toolbar:-moz-lwtheme { + -moz-window-dragging: drag; +} +%endif + #titlebar-spacer { pointer-events: none; } |