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.

I want my tabs on the bottom as before

  • 5 odpovedí
  • 43 má tento problém
  • 8 zobrazení
  • Posledná odpoveď od kidzrback

more options

Before FF57 I used the Classic Theme Restorer to put my tabs below the address bar. Now, with FF57 this is no longer possible because the add-on is not supported anymore and Firefox does not have that feature available. This results in tabs which have the same color as the menu bar above it. I even tried to get them different colors.

What is wrong with you people there, making and maintaining Firefox? The browser has so many customable items but some simple like putting the tabs below the address bar (and also below the bookmark toolbar which I use) is too much to ask?

Now that option with userChrome.css doesn't not work here, so referring to that is pointless. So please, add in this feature to let us place the bars where we want them. Why shouldn't it? We can now move pictograms as well, from left to right and vice versa, or remove them from sight. Other than that I am very please with the increased speed.

BUT DO SOMETHING ABOUT THOSE TABS, IT'S DRIVING ME CRAZY.

Before FF57 I used the Classic Theme Restorer to put my tabs below the address bar. Now, with FF57 this is no longer possible because the add-on is not supported anymore and Firefox does not have that feature available. This results in tabs which have the same color as the menu bar above it. I even tried to get them different colors. What is wrong with you people there, making and maintaining Firefox? The browser has so many customable items but some simple like putting the tabs below the address bar (and also below the bookmark toolbar which I use) is too much to ask? Now that option with userChrome.css doesn't not work here, so referring to that is pointless. So please, add in this feature to let us place the bars where we want them. Why shouldn't it? We can now move pictograms as well, from left to right and vice versa, or remove them from sight. Other than that I am very please with the increased speed. BUT DO SOMETHING ABOUT THOSE TABS, IT'S DRIVING ME CRAZY.

Vybrané riešenie

Inside your profile folder inside its own folder called chrome is where userChrome should reside.

Directory tree:
%APPDATA%/Mozilla/Firefox/Profiles/jvlu4u6e.default/chrome/userChrome.css

Čítať túto odpoveď v kontexte 👍 2

Všetky odpovede (5)

more options

Firefox 57 changed names of some element IDs and added new ones so that's probably why your old CSS doesn't work, this below one should though. Just replace yours with this one.

/* Tab bar below Navigation & Bookmarks Toolbars For best results, show Title Bar or Menu Bar */ #nav-bar { /* main toolbar */ -moz-box-ordinal-group: 1 !important; border-top-width: 0 !important; } #PersonalToolbar { /* bookmarks toolbar */ -moz-box-ordinal-group: 2 !important; } #TabsToolbar { /* tab bar */ -moz-box-ordinal-group: 3 !important; }

more options

Moses said

Firefox 57 changed names of some element IDs and added new ones so that's probably why your old CSS doesn't work, this below one should though. Just replace yours with this one. /* Tab bar below Navigation & Bookmarks Toolbars For best results, show Title Bar or Menu Bar */ #nav-bar { /* main toolbar */ -moz-box-ordinal-group: 1 !important; border-top-width: 0 !important; } #PersonalToolbar { /* bookmarks toolbar */ -moz-box-ordinal-group: 2 !important; } #TabsToolbar { /* tab bar */ -moz-box-ordinal-group: 3 !important; }

Must the userChrome.css file be located in the chrome map inside the map "jvlu4u6e.default" or just in "Profiles" (where jvlu4u6e.default is also located)?

more options

Vybrané riešenie

Inside your profile folder inside its own folder called chrome is where userChrome should reside.

Directory tree:
%APPDATA%/Mozilla/Firefox/Profiles/jvlu4u6e.default/chrome/userChrome.css

more options

Thanks it worked, I am so glad full this worked I even made a understandable video of it for others:

https://www.youtube.com/watch?v=avzbMW5-9ok

Tell me what you think of it? (Don't mind my crappy English, since I am Dutch). :-)

more options

Just an FYI, I was adding the 'chrome' directory in the Local ... directory instead of the Roaming directory. Don't make that same mistake.

The code works great. Thanks of the youtube.