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

Ce sujet de discussion a été fermé et archivé. Veuillez poser une nouvelle question si vous avez besoin d’aide.

own chome/userChrome.css #TabsToolbar not working

more options

for a clear work I have my own userChome.css file:

  1. nav-bar{
   -moz-box-ordinal-group: 1 !important;
   padding-top: 22px !important;

}

  1. PersonalToolbar {
   -moz-box-ordinal-group: 2 !important;
   padding-top: 3px !important;

}

  1. TabsToolbar {
   -moz-box-ordinal-group: 3 !important;
   margin-left: -67px !important;

}


.titlebar-placeholder[type="pre-tabs"], .titlebar-placeholder[type="post-tabs"] {width: 0px !important;}

It hasn't been running since FF 65. So I continue to work with FF 64 and am constantly annoyed about the "New browser version available window, which I also can't switch off ...

for a clear work I have my own userChome.css file: #nav-bar{ -moz-box-ordinal-group: 1 !important; padding-top: 22px !important; } #PersonalToolbar { -moz-box-ordinal-group: 2 !important; padding-top: 3px !important; } #TabsToolbar { -moz-box-ordinal-group: 3 !important; margin-left: -67px !important; } .titlebar-placeholder[type="pre-tabs"], .titlebar-placeholder[type="post-tabs"] {width: 0px !important;} It hasn't been running since FF 65. So I continue to work with FF 64 and am constantly annoyed about the "New browser version available window, which I also can't switch off ...

Toutes les réponses (1)

more options

Whoops, your question duplicated. Let's continue here: https://support.mozilla.org/questions/1255208