Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gesloten en gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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 ...

Alle antwoorden (1)

more options

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