mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 23:10:41 -08:00
Merge branch 'master' of https://github.com/black7375/Firefox-UI-Fix
This commit is contained in:
commit
0809ec2748
1 changed files with 2 additions and 4 deletions
|
|
@ -828,8 +828,7 @@
|
|||
url-prefix("about:checkerboard"),
|
||||
url-prefix("about:sync-log"),
|
||||
url-prefix("about:memory"),
|
||||
regexp("^((file:\/\/\/)|(chrome:\/\/)).*\/$")
|
||||
{
|
||||
regexp("^((file:\/\/\/)|(chrome:\/\/)).*\/$") {
|
||||
/* Base */
|
||||
html,
|
||||
body {
|
||||
|
|
@ -1058,8 +1057,7 @@
|
|||
|
||||
/*= Directory View =========================================================*/
|
||||
@-moz-document url-prefix("about:sync-log"),
|
||||
regexp("^((file:\/\/\/)|(chrome:\/\/)).*\/$")
|
||||
{
|
||||
regexp("^((file:\/\/\/)|(chrome:\/\/)).*\/$") {
|
||||
body {
|
||||
background-color: var(--in-content-box-background) !important;
|
||||
margin: 4em auto !important; /* Override to default */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue