From 4690265dbca7d8a08732dbed53b5f0dd32bfdfb9 Mon Sep 17 00:00:00 2001 From: Autumn Date: Wed, 13 May 2026 19:54:56 +0100 Subject: [css] changed urlbar radius --- css/userChrome.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'css') diff --git a/css/userChrome.css b/css/userChrome.css index bc10a22..919c8a1 100644 --- a/css/userChrome.css +++ b/css/userChrome.css @@ -31,6 +31,19 @@ .urlbar-background { background-color: var(--autumn-color-background-surface) !important; border: none !important; + border-radius: 4px !important; + } + + .urlbar-input-container { + + #trust-icon-container, + #identity-box box { + border-radius: 4px !important; + } + + .page-action-buttons > toolbarbutton { + border-radius: 4px !important; + } } } } -- cgit v1.3