Skip to content

Commit

Permalink
Restore titlebar style
Browse files Browse the repository at this point in the history
  • Loading branch information
Lootyhoof committed Aug 12, 2015
1 parent c05c94b commit 2a10c0a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/chrome/browser/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");

#main-window:not(:-moz-lwtheme):after{ /* make titlebar white since we have a dark titlebar */
color: white !important;
text-shadow: none !important;
@media all and (-moz-windows-theme: aero), (-moz-windows-glass), all and (-moz-windows-compositor) {
#main-window:not(:-moz-lwtheme):after{ /* make titlebar white since we have a dark titlebar */
color: white !important;
text-shadow: none !important;
}
}

#menubar-items {
Expand Down

0 comments on commit 2a10c0a

Please sign in to comment.