From f4e81a4de2f8a501b12652fbd1457f74490a6918 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 11 Jun 2025 17:13:28 -0500 Subject: nicer bookmarks bar in userchrome.css --- modules/home/resources/firefox/userChrome.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/home/resources/firefox/userChrome.css b/modules/home/resources/firefox/userChrome.css index de0e112..624ab26 100644 --- a/modules/home/resources/firefox/userChrome.css +++ b/modules/home/resources/firefox/userChrome.css @@ -14,6 +14,17 @@ background: var(--toolbar-field-border-color) !important; } +/* Change background color of bookmarks toolbar */ +#PersonalToolbar { + background: var(--toolbox-bgcolor) !important; +} + +/* Adjust spacing of toolbar items */ +#PlacesToolbarItems { + gap: .35rem; + margin-block: .2rem; +} + /* Fix vertical spacing of tabs */ #TabsToolbar { margin-top: -1px; -- cgit v1.2.3