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!

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

Changing Position of Toolbar to Under File Menu (115.4.1 Supernova)

  • 3 réponses
  • 1 a ce problème
  • 1 vue
  • Dernière réponse par david

more options

In the latest update 115.4.1 Supernova, the toolbar is above the file menu bar. This is opposite of the previous version. How can I swap the positions?

In the latest update 115.4.1 Supernova, the toolbar is above the file menu bar. This is opposite of the previous version. How can I swap the positions?
Captures d’écran jointes

Solution choisie

It's a messy process, but here are steps that work: - click settings>general and scroll down to config editor - search for toolkit.legacyUserProfileCustomizations.stylesheets and change to true - then you need a folder named 'chrome' in profile, and a userChrome.css text file in the folder (with content shown below). - exit and restart TB and it should work, although I've sometimes found I have to restart TB twice to see changes in userChrome.css - Below is content for userChrome.css

/*  #######    */
@namespace html url("http://www.w3.org/1999/xhtml");

#toolbar-menubar {
  order: 1;             
}

unified-toolbar {
  order: 2;             
}

#tabs-toolbar {
  order: 3;              
}

Lire cette réponse dans son contexte 👍 3

Toutes les réponses (3)

more options

Solution choisie

It's a messy process, but here are steps that work: - click settings>general and scroll down to config editor - search for toolkit.legacyUserProfileCustomizations.stylesheets and change to true - then you need a folder named 'chrome' in profile, and a userChrome.css text file in the folder (with content shown below). - exit and restart TB and it should work, although I've sometimes found I have to restart TB twice to see changes in userChrome.css - Below is content for userChrome.css

/*  #######    */
@namespace html url("http://www.w3.org/1999/xhtml");

#toolbar-menubar {
  order: 1;             
}

unified-toolbar {
  order: 2;             
}

#tabs-toolbar {
  order: 3;              
}

more options

David, I owe you a beer. Worked on the first restart...and of course it wasn't easy.

more options

You're very welcome.