Testing urlbar shading

This commit is contained in:
Your Name
2024-12-02 00:56:43 -06:00
parent 92ec2bdef0
commit 7f3136dab8

View File

@ -34,14 +34,18 @@
/* Navbar and active tab */
#titlebar,
.browser-toolbar,
.tab-background:is([selected], [multiselected]) {
.tab-background:is([selected], [multiselected]),
#urlbar-input::-moz-selection,
.urlbarView-row[selected] {
background-color: var(--cust-accent-dark) !important;
&:-moz-window-inactive {
opacity: .85 !important;
}
}
/* Menus and dropdowns */
#urlbar-background,
#searchbar,