From 35cdb5090de4860380668432ff07e8ab31397a28 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sun, 21 Apr 2024 13:55:01 +0800 Subject: [PATCH] Update icons.css --- src/other/firefox/common/parts/icons.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/other/firefox/common/parts/icons.css b/src/other/firefox/common/parts/icons.css index 547107f6..98773d58 100644 --- a/src/other/firefox/common/parts/icons.css +++ b/src/other/firefox/common/parts/icons.css @@ -2,6 +2,12 @@ @namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"; +#TabsToolbar .toolbarbutton-1 { + & > .toolbarbutton-icon, & > .toolbarbutton-text, & > .toolbarbutton-badge-stack { + border-radius: 0 !important; + } +} + /* Cursors autoscroller fix */ .autoscroller { --panel-background: transparent !important;