New backup 2025-08-23 17:15:01
This commit is contained in:
parent
549d35ab16
commit
ec4c4e45e5
2 changed files with 10 additions and 3 deletions
|
@ -15,7 +15,10 @@
|
|||
--nav-btn-height: 28px !important;
|
||||
|
||||
@media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) {
|
||||
background-color: transparent !important;
|
||||
@media -moz-profile: development {
|
||||
background-color:red
|
||||
}
|
||||
/* background-color: transparent !important;*/
|
||||
--frame-bg: transparent !important;
|
||||
}
|
||||
}
|
||||
|
@ -136,13 +139,15 @@
|
|||
.NavigationBar #add_tp.nav-item .icon,
|
||||
.new-tab-btn > svg {
|
||||
fill: transparent;
|
||||
background-color: var(--nav-btn-fg);
|
||||
/* background-color: var(--nav-btn-fg);*/
|
||||
background-color: transparent;
|
||||
mask: url("chrome://global/skin/icons/plus.svg") !important;
|
||||
}
|
||||
|
||||
.nav-item .audio,
|
||||
.nav-item .bookmarks-badge-icon {
|
||||
background-color: var(--frame-bg) !important;
|
||||
/* background-color: var(--frame-bg) !important;*/
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* new tab button */
|
||||
|
|
|
@ -237,6 +237,8 @@ user_pref("privacy.resistFingerprinting.randomization.daily_reset.private.enable
|
|||
user_pref("widget.use-xdg-desktop-portal.file-picker",1);
|
||||
user_pref("widget.use-xdg-desktop-portal.mime-handler",1);
|
||||
|
||||
user_pref("browser.tabs.allow_transparent_browser",true);
|
||||
|
||||
/****************************************************************************
|
||||
* SECTION: SMOOTHFOX *
|
||||
****************************************************************************/
|
||||
|
|
Loading…
Add table
Reference in a new issue