2022-02-16 14:11:05 +00:00
/ * Source file https : / / github . com / MrOtherGuy / firefox-csshacks / tree / master / chrome / drag_window_from_urlbar . css made available under Mozilla Public License v . 2 . 0
See the above repository for updates as well as full license text . * /
/* Makes the window draggable from urlbar when urlbar is not focused. This means you can't click the urlbar text to activate it normally. But right-click works to activate urlbar. */
. urlbar-input-box , # urlbar-input , # urlbar-scheme , # urlbar-container {
-moz-window-dragging : drag ;
cursor : default ;
}
2022-02-17 03:13:44 +00:00
# urlbar-input-container > box ,
# page-action-buttons ,
2022-02-16 14:11:05 +00:00
# urlbar-container : focus-within ,
# urlbar-container : focus-within : is ( . urlbar-input-box , # urlbar-input , # urlbar-scheme , # urlbar-container ) {
-moz-window-dragging : no-drag ;
cursor : auto ;
}