mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 15:00:32 -08:00
Fix: Fully Dark Mode - Download popup background at light mode #131
This commit is contained in:
parent
e969dcd810
commit
09eb456790
1 changed files with 4 additions and 2 deletions
|
|
@ -351,8 +351,10 @@
|
|||
|
||||
/*= Downloads ==============================================================*/
|
||||
@-moz-document url("chrome://mozapps/content/downloads/unknownContentType.xhtml") {
|
||||
:root {
|
||||
--in-content-page-background: #42414d;
|
||||
@media (-moz-toolbar-prefers-color-scheme:dark) {
|
||||
:root {
|
||||
--in-content-page-background: #42414d;
|
||||
}
|
||||
}
|
||||
#unknownContentType {
|
||||
color: var(--in-content-page-color) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue