mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
[Toolkit] Don't use the "aero" msstyle provided toolbox background on Windows 10
This commit is contained in:
parent
f81300202c
commit
2319d8be12
1 changed files with 9 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue