From ba6b526dae6b13bf47dc6f69713029265ad3761f Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 16 Feb 2026 12:01:07 +0100 Subject: [PATCH] firefox: update userChrome.css --- firefox/userChrome.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/firefox/userChrome.css b/firefox/userChrome.css index 9baec3f..d689af2 100644 --- a/firefox/userChrome.css +++ b/firefox/userChrome.css @@ -1,7 +1,17 @@ +/* Border Radius */ + * { border-radius: 0 !important; } +:root { + --tab-border-radius: 0 !important; +} + +menupopup, panel { + --panel-border-radius: 0 !important; +} + /* Tabbar */ #main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar {