From 3cc3bd7ad9fa28b544fc96b2c35d68bff0b4bf28 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Fri, 25 Apr 2025 11:16:42 +0100 Subject: [PATCH] Transparency and shit in firefox --- .../private_firefox/chrome/userChrome.css | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 home/private_dot_mozilla/private_firefox/chrome/userChrome.css diff --git a/home/private_dot_mozilla/private_firefox/chrome/userChrome.css b/home/private_dot_mozilla/private_firefox/chrome/userChrome.css new file mode 100644 index 0000000..cb10696 --- /dev/null +++ b/home/private_dot_mozilla/private_firefox/chrome/userChrome.css @@ -0,0 +1,46 @@ +:root { + background: #07364299 !important; +} + + +tab.tabbrowser-tab[selected="true"] stack.tab-stack vbox.tab-background { + background: #07364270 !important; +} + +toolbar { + background: #07364270 !important; +} + +/* window transparencies */ +#main-window { + background: var(--bg) !important; +} + +/* navbar / tabbar / titlebar */ +#nav-bar { + background: #07364270 !important; +} +#navigator-toolbox { + background: #07364270 !important; +} + + +#urlbar { + background: #07364270 !important; +} + +#urlbar[breakout-extend="true"] { + background: #073642E0 !important; +} + +browser#webext-panels-browser { + background: #07364270 !important; +} + +#sidebar-main { + background: #07364270 !important; +} + +hbox#browser { + background: #07364270 !important; +}