From 7750fd9f542637e135506d39644b2a38e536729a Mon Sep 17 00:00:00 2001 From: Blazer Date: Mon, 2 Dec 2024 01:24:07 -0600 Subject: [PATCH] Move stuff around --- chrome/userChrome.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/chrome/userChrome.css b/chrome/userChrome.css index 03ea169..13339dd 100644 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -34,18 +34,14 @@ /* Navbar and active tab */ #titlebar, .browser-toolbar, -.tab-background:is([selected], [multiselected]), -#urlbar-input::-moz-selection, -.urlbarView-row[selected] { +.tab-background:is([selected], [multiselected]) { background-color: var(--cust-accent-dark) !important; &:-moz-window-inactive { opacity: .85 !important; } - } - /* Menus and dropdowns */ #urlbar-background, #searchbar, @@ -55,13 +51,18 @@ background-color: var(--cust-accent-darker) !important; } -/* URLbar text */ +/* URLbar */ .urlbarView-url, .urlbarView-action, .urlbarView-favicon { color: var(--cust-accent-text) !important; } +#urlbar-input::-moz-selection, +.urlbarView-row[selected] { + background-color: SelectedItem !important; +} + /* SETUP */ /* Color mix */ @media (prefers-color-scheme: dark) {