From 7f3136dab8847b405280aba3e297a60cf6c821b6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 2 Dec 2024 00:56:43 -0600 Subject: [PATCH] Testing urlbar shading --- chrome/userChrome.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chrome/userChrome.css b/chrome/userChrome.css index a2dbdc4..03ea169 100644 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -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,