Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Add URL in the Firefox 'Add bookmark' window

  • 8 réponses
  • 0 a ce problème
  • 35 vues
  • Dernière réponse par doru001

more options

Is it still possible to configure userChrome.css to have the URL field in the Firefox 'Add bookmark' window? Also, is userChrome.css configuration going to be used no more in future releases? If yes, then how will we be able to customize, for example, fonts in Library, side bar and context menu?

Is it still possible to configure userChrome.css to have the URL field in the Firefox 'Add bookmark' window? Also, is userChrome.css configuration going to be used no more in future releases? If yes, then how will we be able to customize, for example, fonts in Library, side bar and context menu?

Solution choisie

cor-el said

Try to leave out the @namespace line as more and more content is in HTML namespace.

Now it's working, thank you so much.

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (8)

more options

doru001 said

Is it still possible to configure userChrome.css to have the URL field in the Firefox 'Add bookmark' window?

Yes, I believe so.

Also, is userChrome.css configuration going to be used no more in future releases? If yes, then how will we be able to customize, for example, fonts in Library, side bar and context menu?

No.

Modifié le par TyDraniu

Cela vous a-t-il été utile ?

more options
.editBMPanel_locationRow[hidden] {
  display: unset !important;
}

Cela vous a-t-il été utile ?

more options

deleted

Modifié le par doru001

Cela vous a-t-il été utile ?

more options

cor-el said

.editBMPanel_locationRow[hidden] {
  display: unset !important;
}

It did not work. Is there anything wrong with my userChrome.css file?

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

.urlbar-input-box, .findbar-textbox, .searchbar-textbox {

font-size: 12pt !important;
font-family: "DejaVu Sans Mono" !important;}
#contentAreaContextMenu :is(menu,menuitem){
 font-size: 12pt !important;

}

#places * { font-size:16px !important; }
#placesList treechildren::-moz-tree-cell-text {
 font-size: 16px !important;

}

#placesList treechildren::-moz-tree-row {
 max-height: 18px !important;
 padding-bottom: 0px !important;
 margin-bottom: -2px !important

}

#bookmarks-view

{

   font-size: 20px !important;

}

.editBMPanel_locationRow[hidden] {

 display: unset !important;

}

Modifié le par doru001

Cela vous a-t-il été utile ?

more options

Try to leave out the @namespace line as more and more content is in HTML namespace.

Cela vous a-t-il été utile ?

more options

I assume that the other code in userChrome.css is working ?

Cela vous a-t-il été utile ?

more options

Solution choisie

cor-el said

Try to leave out the @namespace line as more and more content is in HTML namespace.

Now it's working, thank you so much.

Cela vous a-t-il été utile ?

more options

cor-el said

I assume that the other code in userChrome.css is working ?

Yes, all the other code is working, with and without namespace above it.

If userChrome.css is "legacy", is there a "current" way to configure Firefox? I hope they are not going to remove these configuration options from the application!

Cela vous a-t-il été utile ?

Poser une question

Vous devez vous identifier avec votre compte pour répondre aux messages. Veuillez poser une nouvelle question, si vous n’avez pas encore de compte.