New backup 2025-10-10 16:45:01
This commit is contained in:
parent
5c4f225918
commit
19d24a33f6
6 changed files with 25 additions and 10 deletions
|
@ -2,7 +2,6 @@
|
|||
display: none !important;
|
||||
}
|
||||
#navigator-toolbox {
|
||||
--toolbar-bgcolor: [[[COLORHEX]]] !important;
|
||||
border-bottom: none !important;
|
||||
}
|
||||
#sidebar-splitter {
|
||||
|
@ -12,7 +11,14 @@
|
|||
#sidebar-header {
|
||||
display: none !important;
|
||||
}
|
||||
/*:root { --tabpanel-background-color: [[[BACKGROUNDHEX]]] !important; }*/
|
||||
:root {
|
||||
--tabpanel-background-color: [[[BACKGROUNDHEX]]] !important;
|
||||
--toolbar-bgcolor: [[[COLORHEX]]] !important;
|
||||
|
||||
}
|
||||
#sidebar-box {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
/*:root { --tabpanel-background-color: #11131700 !important; }*/
|
||||
/*:root { --tabpanel-background-color: rgba(17,19,23,1) !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: #c29ac27f !important;
|
||||
background-color: #c29ac233 !important;
|
||||
--frame-bg: transparent !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
display: none !important;
|
||||
}
|
||||
#navigator-toolbox {
|
||||
--toolbar-bgcolor: #c29ac27f !important;
|
||||
border-bottom: none !important;
|
||||
}
|
||||
#sidebar-splitter {
|
||||
|
@ -12,7 +11,11 @@
|
|||
#sidebar-header {
|
||||
display: none !important;
|
||||
}
|
||||
/*:root { --tabpanel-background-color: #11131766 !important; }*/
|
||||
:root {
|
||||
--tabpanel-background-color: #11131766 !important;
|
||||
--toolbar-bgcolor: #c29ac233 !important;
|
||||
|
||||
}
|
||||
/*:root { --tabpanel-background-color: #11131700 !important; }*/
|
||||
/*:root { --tabpanel-background-color: rgba(17,19,23,1) !important; }*/
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
display: none !important;
|
||||
}
|
||||
#navigator-toolbox {
|
||||
--toolbar-bgcolor: #d6aeae33 !important;
|
||||
border-bottom: none !important;
|
||||
}
|
||||
#sidebar-splitter {
|
||||
|
@ -12,7 +11,11 @@
|
|||
#sidebar-header {
|
||||
display: none !important;
|
||||
}
|
||||
/*:root { --tabpanel-background-color: #11131766 !important; }*/
|
||||
:root {
|
||||
--tabpanel-background-color: #11131766 !important;
|
||||
--toolbar-bgcolor: #d6aeae33 !important;
|
||||
|
||||
}
|
||||
/*:root { --tabpanel-background-color: #11131700 !important; }*/
|
||||
/*:root { --tabpanel-background-color: rgba(17,19,23,1) !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: #4a5f767f !important;
|
||||
background-color: #4a5f7633 !important;
|
||||
--frame-bg: transparent !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
display: none !important;
|
||||
}
|
||||
#navigator-toolbox {
|
||||
--toolbar-bgcolor: #4a5f767f !important;
|
||||
border-bottom: none !important;
|
||||
}
|
||||
#sidebar-splitter {
|
||||
|
@ -12,7 +11,11 @@
|
|||
#sidebar-header {
|
||||
display: none !important;
|
||||
}
|
||||
/*:root { --tabpanel-background-color: #111317cc !important; }*/
|
||||
:root {
|
||||
--tabpanel-background-color: #111317cc !important;
|
||||
--toolbar-bgcolor: #4a5f7633 !important;
|
||||
|
||||
}
|
||||
/*:root { --tabpanel-background-color: #11131700 !important; }*/
|
||||
/*:root { --tabpanel-background-color: rgba(17,19,23,1) !important; }*/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue