From 1ec521f2ba566896ef99ab23a57807edce1b4be8 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 28 Feb 2023 01:03:46 -0800 Subject: [PATCH] :memo: Changed custom firefox css --- firefox_preferences/chrome/userChrome.css | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/firefox_preferences/chrome/userChrome.css b/firefox_preferences/chrome/userChrome.css index ddf308ab..4b8dcb58 100644 --- a/firefox_preferences/chrome/userChrome.css +++ b/firefox_preferences/chrome/userChrome.css @@ -2,7 +2,7 @@ * toolkit.legacyUserProfileCustomizations.stylesheets*/ #urlbar-container { - --toolbar-field-focus-border-color: #2c77ac; + --toolbar-field-focus-border-color: #2c77ac; } #urlbar-zoom-button, @@ -25,8 +25,26 @@ color: transparent; } +.titlebar-color { + background-color: #14161b !important; +} + +menubar, +nav-bar, +#TabsToolbar > * { + background-color: #14161b !important; +} + +toolbar > * { + background-color: #22252c !important; +} + +.tab-background[selected="true"] { + background: #1b1d24 !important; +} + #urlbar-background { - background-color: #14161b !important; + background-color: #14161b !important; } #nav-bar toolbarspring {