mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-02 15:23:59 -08:00
Add: User Content - chrome:// directory view regexp
This commit is contained in:
parent
4a7b80ea53
commit
01ae88bf2c
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:///].*/$")
|
||||
regexp("^([file:///]|[chrome://]).*/$")
|
||||
{
|
||||
/* Base */
|
||||
html,
|
||||
|
|
@ -1058,7 +1058,7 @@
|
|||
|
||||
/*= Directory View =========================================================*/
|
||||
@-moz-document url-prefix("about:sync-log"),
|
||||
regexp("^[file:///].*/$")
|
||||
regexp("^([file:///]|[chrome://]).*/$")
|
||||
{
|
||||
body {
|
||||
background-color: var(--in-content-box-background) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue