New backup 2025-10-19 14:30:03
This commit is contained in:
parent
b4db542086
commit
29d4e2e172
4 changed files with 7 additions and 9 deletions
|
@ -14,11 +14,11 @@
|
|||
--nav-btn-height: 28px !important;
|
||||
--active-el-bg: #795f7c7f !important;
|
||||
--tabs-border-radius: 8px !important;
|
||||
/* --frame-bg: red !important;*/
|
||||
|
||||
@media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) {
|
||||
/* background-color: #795f7c7f !important;*/
|
||||
background-color: transparent !important;
|
||||
--frame-bg: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -12,8 +12,7 @@
|
|||
display: none !important;
|
||||
}
|
||||
:root {
|
||||
/* --tabpanel-background-color: #1113174c !important;*/
|
||||
--tabpanel-background-color: red !important;
|
||||
--tabpanel-background-color: #1113174c !important;
|
||||
--toolbar-bgcolor: #795f7c7f !important;
|
||||
--toolbar-field-background-color: transparent !important;
|
||||
--urlbar-box-bgcolor: transparent !important;
|
||||
|
@ -24,7 +23,6 @@
|
|||
#tabbrowser-tabpanels {
|
||||
margin: 10px !important;
|
||||
margin-left: 10px !important;
|
||||
/* background-color: red !important;*/
|
||||
border-radius: 12px !important;
|
||||
* { border-radius: 12px !important; }
|
||||
}
|
||||
|
@ -37,11 +35,7 @@
|
|||
margin: 10px !important;
|
||||
margin-right: 0px !important;
|
||||
border-radius: 10px !important;
|
||||
/* background-color: red !important;*/
|
||||
* {
|
||||
border-radius: 10px !important;
|
||||
/* background-color: red !important;*/
|
||||
}
|
||||
* { border-radius: 10px !important; }
|
||||
}
|
||||
/*:root { --tabpanel-background-color: #11131700 !important; }*/
|
||||
/*:root { --tabpanel-background-color: rgba(17,19,23,1) !important; }*/
|
||||
|
|
|
@ -12,6 +12,8 @@
|
|||
--tabs-height: 30px !important;
|
||||
--nav-btn-width: 30px !important;
|
||||
--nav-btn-height: 28px !important;
|
||||
--active-el-bg: #74616399 !important;
|
||||
--tabs-border-radius: 8px !important;
|
||||
|
||||
@media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) {
|
||||
/* background-color: #74616399 !important;*/
|
||||
|
|
|
@ -12,6 +12,8 @@
|
|||
--tabs-height: 30px !important;
|
||||
--nav-btn-width: 30px !important;
|
||||
--nav-btn-height: 28px !important;
|
||||
--active-el-bg: #4a5f7672 !important;
|
||||
--tabs-border-radius: 8px !important;
|
||||
|
||||
@media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) {
|
||||
/* background-color: #4a5f7672 !important;*/
|
||||
|
|
Loading…
Add table
Reference in a new issue