Closed Bug 1172553 Opened 9 years ago Closed 6 years ago

DevEdition theme has a white titlebar on Yosemite whens tabs aren't in titlebar

Categories

(Firefox :: Theme, defect, P3)

40 Branch
defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: bgrins, Unassigned)

References

Details

Originally noted in https://bugzilla.mozilla.org/show_bug.cgi?id=1168556#c9.  See a screenshot here: https://bug1168556.bugzilla.mozilla.org/attachment.cgi?id=8614860

I think due to the following rule is no longer applying after Bug 1148996:  https://dxr.mozilla.org/mozilla-central/source/browser/themes/osx/browser.css#94-102:

#main-window:not(:-moz-lwtheme) > #titlebar {
  -moz-appearance: -moz-window-titlebar;
}

@media (-moz-mac-yosemite-theme) {
  #main-window:not(:-moz-lwtheme) > #titlebar {
    -moz-appearance: -moz-mac-vibrancy-light;
  }
}
Blocks: 1331679
Priority: -- → P3
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.