mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
[toolkit] use windows colors if windows classic theme is used
This commit is contained in:
parent
1ce27d8eb2
commit
d6a5a51430
1 changed files with 7 additions and 0 deletions
|
|
@ -34,6 +34,13 @@
|
|||
color: #eee;
|
||||
}
|
||||
}
|
||||
|
||||
@media(-moz-windows-classic) {
|
||||
body {
|
||||
background: Menu;
|
||||
color: MenuText;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue