Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

own chome/userChrome.css #TabsToolbar #PersonalToolbar #nav-bar not working

  • 6 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 157 προβολές
  • Τελευταία απάντηση από cor-el

more options

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

For a clear work I have my own userChome.css file: <pre><nowiki>#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;} </nowiki></pre> 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 ...

Τροποποιήθηκε στις από το χρήστη cor-el

Επιλεγμένη λύση

userChrome.css is not a supported hack. Anything that you do in userChrome is not guaranteed to work and may break.

I'd suggest that you update to the latest version of Firefox (66.0.2) and then, if you still need help with your userChrome.css, go to https://www.reddit.com/r/FirefoxCSS/ for assistance

Ανάγνωση απάντησης σε πλαίσιο 👍 0

Όλες οι απαντήσεις (6)

more options

Επιλεγμένη λύση

userChrome.css is not a supported hack. Anything that you do in userChrome is not guaranteed to work and may break.

I'd suggest that you update to the latest version of Firefox (66.0.2) and then, if you still need help with your userChrome.css, go to https://www.reddit.com/r/FirefoxCSS/ for assistance

more options

Hi bulim, the structure of the toolbar area changed in Firefox 65. For the past three months, there have been lots of posts with suggested new solutions for those who need their tabs below their other toolbars. For example, I have some links here:

https://www.userchrome.org/what-is-userchrome-css.html#movetabbar

more options

See also this thread for updated userChrome.css code for Firefox 65 to move the tabs to the bottom position.

more options

I tried the new script, it looks chaotic, tabs and bookmarks are getting on top of each other + more display errors. I've been experimenting with the CSS code for hours without a solution. Now I'm back at FF 64, which I also had to reinstall, because an AddOn worked more ... Very bad day.

more options

Hi bulim, you might check for updates on the classic css site which has the most comprehensive ruleset. https://github.com/Aris-t2/CustomCSSforFx/ (or see the link in my earlier reply)

If all your add-ons stopped working, that is a different problem which is not related to which Firefox version you run. Lots of threads: https://support.mozilla.org/questions/firefox?show=all

more options

See also this thread for updated userChrome.css code for Firefox 65 to move the tabs to the bottom position.