From 29004a6a68766b440537d907254bb373ddbd35ed Mon Sep 17 00:00:00 2001 From: Autumn Date: Wed, 13 May 2026 19:36:45 +0100 Subject: [css] changed navbar button radius --- css/userChrome.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/userChrome.css b/css/userChrome.css index a4f054b..de73fb5 100644 --- a/css/userChrome.css +++ b/css/userChrome.css @@ -15,6 +15,12 @@ * ~~~ navbar */ #nav-bar { background-color: var(--autumn-color-background) !important; + + /* buttons */ + toolbarbutton > stack, + toolbarbutton > image { + border-radius: 4px !important; + } } /* -- cgit v1.3