[PALEMOON] Fix dragging when tabs are on top and menubar is disabled

This commit is contained in:
NTD 2018-04-07 14:32:34 -04:00 committed by Roy Tam
commit 6af2c1924e

View file

@ -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;
}