Merge pull request #7397 from Lund1337/linux-tranparency

Added transparent browser background on linux
This commit is contained in:
mr. m
2025-04-07 02:01:28 -07:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

View File

@@ -167,6 +167,11 @@
}
}
@media (-moz-platform: linux) and -moz-pref('zen.widget.linux.transparency'){
background: transparent;
--zen-themed-toolbar-bg-transparent: transparent;
}
--toolbar-field-background-color: var(--zen-colors-input-bg) !important;
--arrowpanel-background: var(--zen-dialog-background) !important;