mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: userContent json broken
This commit is contained in:
parent
5ba68d82e3
commit
75709e2543
1 changed files with 2 additions and 2 deletions
|
|
@ -727,7 +727,7 @@
|
|||
url-prefix("about:checkerboard"),
|
||||
url-prefix("about:sync-log"),
|
||||
url-prefix("about:memory"),
|
||||
regexp("^[file:///].*[^(html|svg|pdf)]$") {
|
||||
regexp("^[file:///].*[^(html|svg|pdf|json)]$") {
|
||||
/* Base */
|
||||
html,
|
||||
body {
|
||||
|
|
@ -955,7 +955,7 @@
|
|||
|
||||
/*= Directory View =========================================================*/
|
||||
@-moz-document url-prefix("about:sync-log"),
|
||||
regexp("^[file:///].*[^(html|svg|pdf)]$") {
|
||||
regexp("^[file:///].*[^(html|svg|pdf|json)]$") {
|
||||
body {
|
||||
background-color: var(--in-content-box-background) !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue