I'm using Arch Linux and Firefox Quantum 60.0.1 (64-bit). I have a lot of bookmark folders in my bookmark toolbar and I would like to change the font size of it. To do that I tried to create a file:
~/.mozilla/firefox/ctvnt80f.default/chrome/userChrome.css
Then I put the following content in it:
- Code: Select all
#PersonalToolbar .toolbarbutton-text {
font-size: 11px !important;
}
But nothing has changed. How can I do what I want?