Bug 874491 - (Australis) Linux: The TabsToolbar in customization mode should not have a background and the shadow should not extend to the tabs box. r=mconley

This commit is contained in:
Jared Wein 2013-05-21 16:18:40 -04:00
parent 9e082c0a39
commit 54b793f5a9

View File

@ -2190,8 +2190,26 @@ chatbox {
padding: 2em; padding: 2em;
} }
#main-window[customizing] #tab-view-deck > #browser-panel { #main-window[customizing] #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar),
box-shadow: 0 0 3px #333; #main-window[customizing] #customization-container {
border: 3px solid hsla(0,0%,0%,.1);
border-top-width: 0;
background-clip: padding-box;
background-origin: padding-box;
-moz-border-right-colors: hsla(0,0%,0%,.05) hsla(0,0%,0%,.1) hsla(0,0%,0%,.2);
-moz-border-bottom-colors: hsla(0,0%,0%,.05) hsla(0,0%,0%,.1) hsla(0,0%,0%,.2);
-moz-border-left-colors: hsla(0,0%,0%,.05) hsla(0,0%,0%,.1) hsla(0,0%,0%,.2);
}
#main-window[customizing] #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar) {
border-bottom-width: 0;
}
#main-window[customizing] #TabsToolbar {
-moz-appearance: none;
background-clip: padding-box;
border-right: 3px solid transparent;
border-left: 3px solid transparent;
} }
/* End customization mode */ /* End customization mode */