New backup 2025-10-10 17:45:01
This commit is contained in:
parent
78d063b619
commit
97fe16bdfb
5 changed files with 46 additions and 3 deletions
|
@ -17,6 +17,16 @@
|
|||
--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 {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
--nav-btn-height: 28px !important;
|
||||
|
||||
@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;
|
||||
--frame-bg: transparent !important;
|
||||
}
|
||||
|
|
|
@ -12,9 +12,20 @@
|
|||
display: none !important;
|
||||
}
|
||||
:root {
|
||||
--tabpanel-background-color: #11131766 !important;
|
||||
--toolbar-bgcolor: #795f7c66 !important;
|
||||
--tabpanel-background-color: #1113174c !important;
|
||||
--toolbar-bgcolor: #795f7c7f !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 {
|
||||
background-color: transparent !important;
|
||||
|
|
|
@ -15,6 +15,17 @@
|
|||
--tabpanel-background-color: #11131766 !important;
|
||||
--toolbar-bgcolor: #74616399 !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 {
|
||||
background-color: transparent !important;
|
||||
|
|
|
@ -15,6 +15,17 @@
|
|||
--tabpanel-background-color: #1113177f !important;
|
||||
--toolbar-bgcolor: #4a5f7672 !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 {
|
||||
background-color: transparent !important;
|
||||
|
|
Loading…
Add table
Reference in a new issue