Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Táto téma bola uzamknutá a archivovaná. Ak potrebujete pomôcť, založte prosím novú otázku.

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

Všetky odpovede (1)

more options

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