mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
Bug 624292 - Don't completely override titlebar backgrounds (missing gradient when Firefox is maximized). r=felipe a=beltzner
This commit is contained in:
parent
56754a9c7e
commit
1acb290dc7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user