Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

Тази тема беше затворена и архивирана. Моля, задайте нов въпрос ако имате нужда от помощ.

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

Всички отговори (1)

more options

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