From c25c54211b19b08e79ee4b10e7a40fce39594a8a Mon Sep 17 00:00:00 2001 From: Autumn Date: Wed, 13 May 2026 19:37:48 +0100 Subject: [css] changed bookmark border radius --- css/userChrome.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'css') diff --git a/css/userChrome.css b/css/userChrome.css index de73fb5..ad6f3ef 100644 --- a/css/userChrome.css +++ b/css/userChrome.css @@ -27,6 +27,11 @@ * ~~~ toolbar */ #PersonalToolbar { background-color: var(--autumn-color-background) !important; + + /* bookmarks */ + #PlacesToolbar toolbarbutton { + border-radius: 4px !important; + } } /* -- cgit v1.3