mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
fix some CSS issues on OS X
This commit is contained in:
parent
0075c6ec07
commit
5b48f5878c
4 changed files with 110 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue