mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-06 09:14:00 -08:00
Fix: User Content - Remove sideeffect #208
Change from blacklist to whitelist method.
This commit is contained in:
parent
49adfdc741
commit
4a7b80ea53
1 changed files with 2 additions and 2 deletions
|
|
@ -828,7 +828,7 @@
|
|||
url-prefix("about:checkerboard"),
|
||||
url-prefix("about:sync-log"),
|
||||
url-prefix("about:memory"),
|
||||
regexp("^[file:///].*[^(html|svg|pdf|json)]$")
|
||||
regexp("^[file:///].*/$")
|
||||
{
|
||||
/* Base */
|
||||
html,
|
||||
|
|
@ -1058,7 +1058,7 @@
|
|||
|
||||
/*= Directory View =========================================================*/
|
||||
@-moz-document url-prefix("about:sync-log"),
|
||||
regexp("^[file:///].*[^(html|svg|pdf|json)]$")
|
||||
regexp("^[file:///].*/$")
|
||||
{
|
||||
body {
|
||||
background-color: var(--in-content-box-background) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue