mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
[PALEMOON] Fix dragging when tabs are on top and menubar is disabled
This commit is contained in:
parent
69e5a25a51
commit
6af2c1924e
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue