mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 15:00:32 -08:00
Add: Fully Dark Mode - Remove white flash at @overdodactyl 's ShadowFox
This commit is contained in:
parent
20207a9b92
commit
91f80843e8
1 changed files with 8 additions and 0 deletions
|
|
@ -104,6 +104,14 @@
|
|||
}
|
||||
|
||||
/* Fully Dark Mode **********************************************************/
|
||||
/*= Remove White Flash =====================================================*/
|
||||
#tabbrowser-tabbox,
|
||||
#tabbrowser-tabpanels,
|
||||
browser[type=content-primary],
|
||||
browser[type=content] > html {
|
||||
background: var(--lwt-accent-color) !important;
|
||||
}
|
||||
|
||||
/*= Notification ===========================================================*/
|
||||
@-moz-document url("chrome://global/content/alerts/alert.xhtml") {
|
||||
/* line below removes background from the notification "window" on linux */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue