From fa3225275015c36abd550366fd5b6f88a7812ae0 Mon Sep 17 00:00:00 2001 From: Alexey Date: Sat, 7 Aug 2021 18:33:08 +0500 Subject: [PATCH] firefox: no more rounded corners --- firefox/userChrome.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firefox/userChrome.css b/firefox/userChrome.css index 8bafd61..6f53e06 100644 --- a/firefox/userChrome.css +++ b/firefox/userChrome.css @@ -12,3 +12,7 @@ #star-button-box { display: none; } + +* { + border-radius: 0 !important; +}