fix some CSS issues on OS X

This commit is contained in:
wuggy 2026-04-05 14:25:41 +01:00
commit 5b48f5878c
4 changed files with 110 additions and 1 deletions

View file

@ -32,7 +32,9 @@ wizard,
prefwindow {
-moz-appearance: dialog;
background-color: #FFFFFF;
color: -moz-DialogText;
/* macOS dark mode can map -moz-DialogText to light text while this
* surface remains light, so force an explicit readable foreground. */
color: #1f1f1f;
font: message-box;
}