Testing urlbar shading
This commit is contained in:
@ -34,14 +34,18 @@
|
|||||||
/* Navbar and active tab */
|
/* Navbar and active tab */
|
||||||
#titlebar,
|
#titlebar,
|
||||||
.browser-toolbar,
|
.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;
|
background-color: var(--cust-accent-dark) !important;
|
||||||
|
|
||||||
&:-moz-window-inactive {
|
&:-moz-window-inactive {
|
||||||
opacity: .85 !important;
|
opacity: .85 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Menus and dropdowns */
|
/* Menus and dropdowns */
|
||||||
#urlbar-background,
|
#urlbar-background,
|
||||||
#searchbar,
|
#searchbar,
|
||||||
|
Reference in New Issue
Block a user