Can size of "Show More Bookmarks" icon be altered

Discussion of general topics about Mozilla Firefox
Post Reply
antonsvideo
Posts: 85
Joined: August 15th, 2012, 7:47 pm

Can size of "Show More Bookmarks" icon be altered

Post by antonsvideo »

Can the size of "Show More Bookmarks" icon on the right of the bookmarks toolbar be altered to not be so bold or make it smaller in FF62?
https://www.videoproductions.com.au/FF/AVP-0487.png
morat
Posts: 6404
Joined: February 3rd, 2009, 6:29 pm

Re: Can size of "Show More Bookmarks" icon be altered

Post by morat »

You can change the chevron image to the right arrow image.

Try this:

Code: Select all

/* Firefox userChrome.css */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

#PlacesChevron {
  list-style-image: url("chrome://browser/skin/arrow-left.svg") !important;
  -moz-image-region: auto !important;
  transform: scaleX(-1) !important;
  fill: gray !important;
  padding: 0 !important;
}
http://kb.mozillazine.org/UserChrome.css
antonsvideo
Posts: 85
Joined: August 15th, 2012, 7:47 pm

Re: Can size of "Show More Bookmarks" icon be altered

Post by antonsvideo »

that is better, and the gray makes it less intrusive

thanks
Post Reply