New backup 2025-10-10 17:45:01

This commit is contained in:
Penelope Gwen 2025-10-10 17:45:01 -07:00
parent 78d063b619
commit 97fe16bdfb
5 changed files with 46 additions and 3 deletions

View file

@ -17,6 +17,16 @@
--toolbar-field-background-color: transparent !important; --toolbar-field-background-color: transparent !important;
--urlbar-box-bgcolor: transparent !important; --urlbar-box-bgcolor: transparent !important;
} }
.urlbar-input-container {
text-align: center !important;
}
#tabbrowser-tabpanels {
margin: 20px !important;
border-radius: 12px !important;
}
#urlbar-searchmode-switcher {
display: none !important;
}
#sidebar-box { #sidebar-box {
background-color: transparent !important; background-color: transparent !important;
} }

View file

@ -14,7 +14,7 @@
--nav-btn-height: 28px !important; --nav-btn-height: 28px !important;
@media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) { @media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) {
/* background-color: #795f7c66 !important;*/ /* background-color: #795f7c7f !important;*/
background-color: transparent !important; background-color: transparent !important;
--frame-bg: transparent !important; --frame-bg: transparent !important;
} }

View file

@ -12,9 +12,20 @@
display: none !important; display: none !important;
} }
:root { :root {
--tabpanel-background-color: #11131766 !important; --tabpanel-background-color: #1113174c !important;
--toolbar-bgcolor: #795f7c66 !important; --toolbar-bgcolor: #795f7c7f !important;
--toolbar-field-background-color: transparent !important; --toolbar-field-background-color: transparent !important;
--urlbar-box-bgcolor: transparent !important;
}
.urlbar-input-container {
text-align: center !important;
}
#tabbrowser-tabpanels {
margin: 20px !important;
border-radius: 12px !important;
}
#urlbar-searchmode-switcher {
display: none !important;
} }
#sidebar-box { #sidebar-box {
background-color: transparent !important; background-color: transparent !important;

View file

@ -15,6 +15,17 @@
--tabpanel-background-color: #11131766 !important; --tabpanel-background-color: #11131766 !important;
--toolbar-bgcolor: #74616399 !important; --toolbar-bgcolor: #74616399 !important;
--toolbar-field-background-color: transparent !important; --toolbar-field-background-color: transparent !important;
--urlbar-box-bgcolor: transparent !important;
}
.urlbar-input-container {
text-align: center !important;
}
#tabbrowser-tabpanels {
margin: 20px !important;
border-radius: 12px !important;
}
#urlbar-searchmode-switcher {
display: none !important;
} }
#sidebar-box { #sidebar-box {
background-color: transparent !important; background-color: transparent !important;

View file

@ -15,6 +15,17 @@
--tabpanel-background-color: #1113177f !important; --tabpanel-background-color: #1113177f !important;
--toolbar-bgcolor: #4a5f7672 !important; --toolbar-bgcolor: #4a5f7672 !important;
--toolbar-field-background-color: transparent !important; --toolbar-field-background-color: transparent !important;
--urlbar-box-bgcolor: transparent !important;
}
.urlbar-input-container {
text-align: center !important;
}
#tabbrowser-tabpanels {
margin: 20px !important;
border-radius: 12px !important;
}
#urlbar-searchmode-switcher {
display: none !important;
} }
#sidebar-box { #sidebar-box {
background-color: transparent !important; background-color: transparent !important;