Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Buscar en Ayuda

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How can I change the icon for the bookmarks menu button

  • 3 respuestas
  • 12 tienen este problema
  • 6 visitas
  • Última respuesta de cor-el

more options

Using linux, the default icon for the bookmarks menu button is quite ugly. Is there a way to change the icon for the button with some code in userChrome.css ?

Using linux, the default icon for the bookmarks menu button is quite ugly. Is there a way to change the icon for the button with some code in userChrome.css ?

Solución elegida

After several intents, I found a solution.

This is my userChrome.css file:

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

toolbarbutton[class="toolbarbutton-1"]#bookmarks-menu-button image[class="toolbarbutton-icon"] {

list-style-image: url("bookmark_gray.png") !important;
-moz-image-region: rect(0px, 0px, 0px, 24px) !important;}

Probably it's messy but works.

Leer esta respuesta en su contexto 👍 1

Todas las respuestas (3)

more options

Probably, but a faster way (since I don't know how to edit the chrome) might be to change your Theme. find them here. https://addons.mozilla.org/en-US/fire.../themes/

Modificadas por Marc T el

more options

Solución elegida

After several intents, I found a solution.

This is my userChrome.css file:

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

toolbarbutton[class="toolbarbutton-1"]#bookmarks-menu-button image[class="toolbarbutton-icon"] {

list-style-image: url("bookmark_gray.png") !important;
-moz-image-region: rect(0px, 0px, 0px, 24px) !important;}

Probably it's messy but works.

more options

You can also switch to a different icon pack via Look and Feel. I use Tango for the icons because it has colored icons.