Bug 624292 - Don't completely override titlebar backgrounds (missing gradient when Firefox is maximized). r=felipe a=beltzner

This commit is contained in:
Dão Gottwald 2011-02-17 07:43:33 +01:00
parent 56754a9c7e
commit 1acb290dc7

View File

@ -93,14 +93,14 @@
%ifdef WINSTRIPE_AERO
@media not all and (-moz-windows-compositor) {
%endif
#main-window[tabsintitlebar] #titlebar-content:not(:-moz-lwtheme),
#main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar:not(:-moz-lwtheme) {
background-color: ActiveCaption;
#main-window[tabsintitlebar]:not([inFullscreen]) #toolbar-menubar[inactive] ~ #TabsToolbar:not(:-moz-lwtheme) {
background: -moz-linear-gradient(bottom, @toolbarShadowColor@ 1px, transparent 1px),
-moz-linear-gradient(rgba(50%,50%,50%,0), ActiveCaption 85%);
color: CaptionText;
}
#main-window[tabsintitlebar] #titlebar-content:not(:-moz-lwtheme):-moz-window-inactive,
#main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar:not(:-moz-lwtheme):-moz-window-inactive {
background-color: InactiveCaption;
#main-window[tabsintitlebar]:not([inFullscreen]) #toolbar-menubar[inactive] ~ #TabsToolbar:not(:-moz-lwtheme):-moz-window-inactive {
background: -moz-linear-gradient(bottom, @toolbarShadowColor@ 1px, transparent 1px),
-moz-linear-gradient(rgba(50%,50%,50%,0), InactiveCaption 85%);
color: InactiveCaptionText;
}