[Toolkit] Don't use the "aero" msstyle provided toolbox background on Windows 10

This commit is contained in:
Matt A. Tobin 2021-06-12 13:13:08 -04:00 committed by roytam1
commit 2319d8be12

View file

@ -17,6 +17,15 @@ toolbox {
-moz-border-top-colors: ThreeDShadow ThreeDHighlight;
}
@media (-moz-os-version: windows-win10) and (-moz-windows-theme: aero) {
toolbox {
/* Windows 10's "aero" msstyle sourced toolbox background is pure white
so don't use the widget toolbox styling and fallback to -moz-Dialog's
color which by default should be a non-blinding rgb(240, 240, 240) */
-moz-appearance: none;
}
}
/* ::::: toolbar & menubar ::::: */
toolbar, menubar {