Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Quantum Bookmarks Folder Label colorize like Roomybookmarks

  • 1 risposta
  • 1 ha questo problema
  • 1 visualizzazione
  • Ultima risposta di Rob-MyMetroFun

more options

Quantum Bookmarks Folder Label colorize like Roomybookmarks I couldn't figure out how to reply to a couple of other posts.. without asking a "question"

This is really just a helpful tip.. for people trying to get what Roomybookmarks had working to colorize the Folder's Label.

Follow the numerous other ways to customize Quantum in the file userChrome.css

First off... "label" is the Folder Label. and in my example below "CAMs" is the name of the folder.


  1. PlacesToolbarItems > toolbarbutton[label=CAMs] > label {

background-color: #66FFFF!important; color:black!important;

       font-weight:bold!important;
       padding-right:14px!important;

}

I have added some extra css just to show examples.

apologies for not figuring out how to just reply.. or add to https://support.mozilla.org/en-US/questions/1185030 and https://support.mozilla.org/en-US/questions/1184695

Quantum Bookmarks Folder Label colorize like Roomybookmarks I couldn't figure out how to reply to a couple of other posts.. without asking a "question" This is really just a helpful tip.. for people trying to get what Roomybookmarks had working to colorize the Folder's Label. Follow the numerous other ways to customize Quantum in the file userChrome.css First off... "label" is the Folder Label. and in my example below "CAMs" is the name of the folder. #PlacesToolbarItems > toolbarbutton[label=CAMs] > label { background-color: #66FFFF!important; color:black!important; font-weight:bold!important; padding-right:14px!important; } I have added some extra css just to show examples. apologies for not figuring out how to just reply.. or add to https://support.mozilla.org/en-US/questions/1185030 and https://support.mozilla.org/en-US/questions/1184695

Tutte le risposte (1)

more options

sorry this looks better...

#PlacesToolbarItems > toolbarbutton[label=CAMs] > label {
	background-color: #66FFFF!important;
	color:black!important;
        font-weight:bold!important;
        padding-right:14px!important;
}