Source code
Revision control
Copy as Markdown
Other Tools
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
/* Opaque, so that the opaque region is completely covered. Note this is on the
* <body> because some platforms (linux) use appearance on the root element to
* render window decorations like shadows.
body {
--tabpanel-background-color: transparent;
background-color: white;
background-image: var(--ai-gradient);
}
/* LightWeightThemeConsumer forces these backgrounds to be opaque, but we want
* to let the <body> background show through.
#navigator-toolbox,
#browser {
background-color: transparent !important;
}
#tabbrowser-tabs tab[selected] .tab-background {
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3));
}
#urlbar:not([open]) > .urlbar-background {
border-radius: var(--border-radius-circle);
}