author | Dão Gottwald <dao@mozilla.com> |
Tue, 07 Dec 2010 12:59:51 +0100 | |
changeset 58771 | 19721341c7377d8e05e461796f14741413d96cce |
parent 58770 | bb42121e854a0f613c1cd91cc72ffeb18aa18bbf |
child 58772 | 6c2e0020c8983d07411b27f54b161f4597d60071 |
push id | 17418 |
push user | dgottwald@mozilla.com |
push date | Tue, 07 Dec 2010 13:09:12 +0000 |
treeherder | mozilla-central@6c2e0020c898 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | gavin |
bugs | 616680 |
milestone | 2.0b8pre |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/themes/winstripe/browser/browser-aero.css +++ b/browser/themes/winstripe/browser/browser-aero.css @@ -2,73 +2,65 @@ %include browser.css %undef WINSTRIPE_AERO %define customToolbarColor hsl(214,44%,87%) %define glassToolbarBorderColor rgba(10%,10%,10%,.4) %define glassActiveBorderColor rgb(37, 44, 51) %define glassInactiveBorderColor rgb(102, 102, 102) -@media all and (-moz-windows-default-theme) { - #navigator-toolbox > toolbar:not(:-moz-lwtheme) { - background-color: @customToolbarColor@; - } - - .tabbrowser-tab[selected="true"]:not(:-moz-lwtheme) { - background-image: -moz-linear-gradient(white, @toolbarHighlight@ 30%), - -moz-linear-gradient(@customToolbarColor@, @customToolbarColor@); - } - - /* App menu button */ - +@media not all and (-moz-windows-classic) { #main-window[sizemode="normal"] > #titlebar > #titlebar-content > #appmenu-button-container { margin-top: 1px; } #appmenu-button { - border: 2px solid; - border-top: none; + border-width: 2px; -moz-border-left-colors: rgba(255,255,255,.5) rgba(83,42,6,.9); -moz-border-bottom-colors: rgba(255,255,255,.5) rgba(83,42,6,.9); -moz-border-right-colors: rgba(255,255,255,.5) rgba(83,42,6,.9); - margin-bottom: -1px; /* compensate white outer border */ + margin-bottom: 1px; /* compensate white outer border */ box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 0 2px 1px rgba(255,255,255,.25) inset; } #main-window[privatebrowsingmode=temporary] #appmenu-button { -moz-border-left-colors: rgba(255,255,255,.5) rgba(43,8,65,.9); -moz-border-bottom-colors: rgba(255,255,255,.5) rgba(43,8,65,.9); -moz-border-right-colors: rgba(255,255,255,.5) rgba(43,8,65,.9); } #appmenu-popup { margin-top: -1px; -moz-margin-start: 1px; } +} + +@media all and (-moz-windows-default-theme) { + #navigator-toolbox > toolbar:not(:-moz-lwtheme) { + background-color: @customToolbarColor@; + } + + .tabbrowser-tab[selected="true"]:not(:-moz-lwtheme) { + background-image: -moz-linear-gradient(white, @toolbarHighlight@ 30%), + -moz-linear-gradient(@customToolbarColor@, @customToolbarColor@); + } #sidebar-splitter { border: 0; -moz-border-end: 1px solid #A9B7C9; min-width: 0; width: 3px; background-color: transparent; -moz-margin-start: -3px; position: relative; z-index: 10; } } -@media not all and (-moz-windows-compositor) { - /* aero basic, which is a default windows theme */ - #appmenu-button:-moz-system-metric(windows-theme-aero) { - margin-bottom: 1px; - } -} - @media all and (-moz-windows-compositor) { /* these should be hidden w/glass enabled. windows draws it's own buttons. */ .titlebar-button { display: none; } #main-window[sizemode="maximized"] #titlebar-buttonbox { -moz-margin-end: 2px; @@ -96,16 +88,20 @@ #main-window[sizemode="normal"] > #titlebar > #titlebar-content > #appmenu-button-container:-moz-lwtheme { margin-top: -1px; } #main-window[sizemode="normal"] #titlebar-buttonbox:-moz-lwtheme { margin-top: -2px; } + #appmenu-button { + margin-bottom: -1px; /* compensate white outer border */ + } + #main-window:not(:-moz-lwtheme)[inFullscreen="true"] { -moz-appearance: none; background-color: #556; } #toolbar-menubar:not(:-moz-lwtheme), #TabsToolbar[tabsontop="true"]:not(:-moz-lwtheme), #navigator-toolbox[tabsontop="false"] > #nav-bar:not(:-moz-lwtheme),