Bug 606735 - aero basic tabstrip picking up the wrong color. r=felipe a=beltzner

This commit is contained in:
Dão Gottwald 2011-02-16 21:19:15 +01:00
parent 871c7d16bf
commit 8c8b09bc2f
2 changed files with 17 additions and 11 deletions

View File

@ -129,10 +129,6 @@
border-left-style: none !important;
border-right-style: none !important;
}
#toolbar-menubar:not(:-moz-lwtheme),
#navigator-toolbox[tabsontop=false] > #nav-bar:not(:-moz-lwtheme) {
background-image: none !important;
}
/* Vertical toolbar border */
#main-window[sizemode=normal] #navigator-toolbox:not([inFullscreen])::after,
@ -285,6 +281,23 @@
}
@media not all and (-moz-windows-compositor) {
#main-window:-moz-system-metric(windows-default-theme) {
background-color: rgb(185,209,234);
}
#main-window:-moz-system-metric(windows-default-theme):-moz-window-inactive {
background-color: rgb(215,228,242);
}
#toolbar-menubar:not([autohide=true]):not(:-moz-lwtheme):-moz-system-metric(windows-default-theme),
#main-window:not([tabsintitlebar]) #TabsToolbar[tabsontop=true]:not(:-moz-lwtheme):-moz-system-metric(windows-default-theme),
#navigator-toolbox[tabsontop=false] > toolbar:not(#toolbar-menubar):not(:-moz-lwtheme):-moz-system-metric(windows-default-theme) {
-moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar-drag");
background-color: transparent;
}
#toolbar-menubar[autohide=true]:-moz-system-metric(windows-default-theme) {
background-color: transparent;
}
#print-preview-toolbar:not(:-moz-lwtheme) {
-moz-appearance: -moz-win-browsertabbar-toolbox;
}

View File

@ -121,19 +121,12 @@
padding-bottom: 1px;
}
#nav-bar:not(:-moz-lwtheme),
#nav-bar[collapsed="true"] + toolbar:not(:-moz-lwtheme),
#nav-bar[collapsed="true"] + #customToolbars + #PersonalToolbar:not(:-moz-lwtheme),
#navigator-toolbox[tabsontop="true"] > #nav-bar,
#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + toolbar,
#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + #customToolbars + #PersonalToolbar {
background-image: -moz-linear-gradient(@toolbarHighlight@, rgba(255,255,255,0));
}
#navigator-toolbox[tabsontop="false"] > #toolbar-menubar:not(:-moz-lwtheme) {
background-image: -moz-linear-gradient(@toolbarHighlight@, @toolbarHighlight@);
}
#personal-bookmarks {
min-height: 24px;
}