diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css index 31603fad2af6..6c4707696eb5 100644 --- a/browser/base/content/browser.css +++ b/browser/base/content/browser.css @@ -243,6 +243,10 @@ toolbar[customizing] > .overflow-button { -moz-appearance: -moz-window-button-box; } +#personal-bookmarks { + -moz-window-dragging: inherit; +} + %ifdef XP_MACOSX #titlebar-fullscreen-button { -moz-appearance: -moz-mac-fullscreen-button; @@ -286,8 +290,8 @@ toolbar[customizing] > .overflow-button { } #main-window[tabsintitlebar] #TabsToolbar, -#main-window[tabsintitlebar] #toolbar-menubar:not([autohide=true]), -#main-window[tabsintitlebar] #navigator-toolbox > toolbar:not(#toolbar-menubar):-moz-lwtheme { +#main-window[tabsintitlebar] #toolbar-menubar, +#main-window[tabsintitlebar] #navigator-toolbox > toolbar:-moz-lwtheme { -moz-window-dragging: drag; } %endif @@ -360,16 +364,6 @@ toolbar:not(#TabsToolbar) > #personal-bookmarks { -moz-box-flex: 1; } -/* Ensure that empty parts of the bookmarks container can be dragged on OSX, and on other OSes - * only when a lwtheme is in use. */ -%ifdef XP_MACOSX -#main-window[tabsintitlebar]:not([customizing]) #personal-bookmarks { -%else -#main-window[tabsintitlebar]:not([customizing]) #personal-bookmarks:-moz-lwtheme { -%endif - -moz-window-dragging: drag; -} - #zoom-controls[cui-areatype="toolbar"]:not([overflowedItem=true]) > #zoom-reset-button > .toolbarbutton-text { display: -moz-box; } diff --git a/browser/themes/windows/devedition.css b/browser/themes/windows/devedition.css index 23a953552b40..d670b5abf061 100644 --- a/browser/themes/windows/devedition.css +++ b/browser/themes/windows/devedition.css @@ -261,8 +261,7 @@ } /* Disable dragging like in the default theme: */ -#main-window[tabsintitlebar] #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):-moz-lwtheme, -#main-window[tabsintitlebar]:not([customizing]) #personal-bookmarks:-moz-lwtheme { +#main-window[tabsintitlebar] #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):-moz-lwtheme { -moz-window-dragging: no-drag; }