Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

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