From 73410168c4d910e9922d1d0eae48e735520743b9 Mon Sep 17 00:00:00 2001 From: Gijs Kruitbosch Date: Fri, 7 Mar 2014 14:29:00 +0000 Subject: [PATCH] Bug 978048 - remove the tabstoolbar and menubar dragarea indicators for Australis customize mode, r=jaws, ui-r=phlsa --- .../shared/customizableui/customizeMode.inc.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/browser/themes/shared/customizableui/customizeMode.inc.css b/browser/themes/shared/customizableui/customizeMode.inc.css index 952abe36c36..0aea6b5aa3a 100644 --- a/browser/themes/shared/customizableui/customizeMode.inc.css +++ b/browser/themes/shared/customizableui/customizeMode.inc.css @@ -17,13 +17,13 @@ pointer-events: none; } -#main-window[customize-entered] .customization-target:not(#PanelUI-contents)::before, +#main-window[customize-entered] .customization-target:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar))::before, #PanelUI-contents > .panel-customization-placeholder { -moz-outline-radius: 2.5px; outline: 1px dashed transparent; } -#main-window[customize-entered] .customization-target:not(#PanelUI-contents)::before { +#main-window[customize-entered] .customization-target:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar))::before { /* Prevent jumping of tabs when switching a window between inactive and active (bug 853415). */ -moz-box-ordinal-group: 0; content: ""; @@ -45,16 +45,16 @@ } /* The parents of the outline pseudo-elements need to be positioned so that the outline is positioned relative to it. */ -#main-window[customize-entered] .customization-target:not(#PanelUI-contents):hover, -#main-window[customize-entered] .customization-target[customizing-dragovertarget]:not(#PanelUI-contents), +#main-window[customize-entered] .customization-target:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar)):hover, +#main-window[customize-entered] .customization-target[customizing-dragovertarget]:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar)), #main-window[customize-entered] #nav-bar-customization-target.customization-target { position: relative; } /* Most target outlines are shown on hover and drag over but the panel menu uses placeholders instead. */ -#main-window[customize-entered] .customization-target:not(#PanelUI-contents):hover::before, -#main-window[customize-entered] .customization-target[customizing-dragovertarget]:not(#PanelUI-contents)::before, +#main-window[customize-entered] .customization-target:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar)):hover::before, +#main-window[customize-entered] .customization-target[customizing-dragovertarget]:not(:-moz-any(#PanelUI-contents, #TabsToolbar, #toolbar-menubar))::before, /* nav-bar and panel outlines are always shown */ #nav-bar[showoutline=true] > #nav-bar-customization-target.customization-target::before { outline-color: rgb(102,102,102);