Bug 1592739 - Style the browser window's root element with -moz-appearance: dialog on macOS (which is the default). r=ntim

This is preferable over a hardcoded color because it lets Gecko choose where the
window background should come from. We would like the background to be handled
by the OS widget, and prevent Gecko from painting a CSS background color.

Differential Revision: https://phabricator.services.mozilla.com/D51460

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Markus Stange 2019-11-05 18:47:44 +00:00
parent a3e9f03c73
commit 1e79827721

View File

@ -74,11 +74,6 @@
text-shadow: inherit;
}
:root {
-moz-appearance: none;
background-color: #eeeeee;
}
/** Begin titlebar **/
#titlebar {