diff options
| author | Autumn <git@autumnfo.rest> | 2026-05-13 19:54:56 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-05-13 19:54:56 +0100 |
| commit | 4690265dbca7d8a08732dbed53b5f0dd32bfdfb9 (patch) | |
| tree | 92571b44231a0268d32c6074a3759c34c9248fb7 /css | |
| parent | eddb51a3386d4ca4d5f5aaa62533e30807872254 (diff) | |
[css] changed urlbar radius
Diffstat (limited to 'css')
| -rw-r--r-- | css/userChrome.css | 13 |
1 files changed, 13 insertions, 0 deletions
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; + } } } } |
