author | Brian Grinstead <bgrinstead@mozilla.com> |
Tue, 04 Nov 2014 08:52:01 -0800 | |
changeset 213977 | de9c2a2f67eb6d9ccd7368723f97b35ca4706689 |
parent 213976 | bbd6311080696f583f287ada6eebdfbddce643dc |
child 213978 | fb567390cb9238135df1ce72ee47259280fed780 |
push id | 27769 |
push user | kwierso@gmail.com |
push date | Wed, 05 Nov 2014 03:53:35 +0000 |
treeherder | mozilla-central@62990ec7ad78 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | dao |
bugs | 1093374 |
milestone | 36.0a1 |
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/osx/devedition.css +++ b/browser/themes/osx/devedition.css @@ -65,19 +65,19 @@ box-shadow: none; } /* Use forward-facing magnifying glass for the search box */ .search-go-button { list-style-image: url("chrome://browser/skin/devedition/search.svg#search-icon-mac-inverted"); } -/* Don't use default colors when in full screen */ -#main-window:not([customizing]) #navigator-toolbox[inFullscreen] > #TabsToolbar:not(:-moz-lwtheme) { - -moz-appearance: none; +/* Don't use the default background for tabs toolbar */ +#TabsToolbar { + -moz-appearance: none !important; } /* Tab styling - make sure to use an inverted icon for the selected tab (brighttext only covers the unselected tabs) */ .tab-close-button[selected=true]:not(:hover) { -moz-image-region: rect(0, 64px, 16px, 48px); } @media (min-resolution: 2dppx) {