From cb2c3cefc12b864d731cbb76487258e4a40aabf0 Mon Sep 17 00:00:00 2001 From: Autumn Date: Wed, 13 May 2026 19:39:43 +0100 Subject: [css] changed tab border radius --- css/userChrome.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'css') diff --git a/css/userChrome.css b/css/userChrome.css index ad6f3ef..86f4b69 100644 --- a/css/userChrome.css +++ b/css/userChrome.css @@ -38,4 +38,25 @@ * ~~~ sidebar */ #sidebar-main { background-color: var(--autumn-color-background) !important; + + /* new tab button */ + toolbarbutton { + border-radius: 4px !important; + } +} + +/* + * ~~~ tabs */ +tab { + + /* background */ + .tab-background { + border-radius: 4px !important; + } +} + +/* + * ~~~ tab groups */ +tab-group .tab-group-label { + border-radius: 2px !important; } -- cgit v1.3