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

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

Научете повече

I have a theme, that shows more of it self, the more tool bars I have open so in an older version I added many blank tool bars, how can I do this?

  • 2 отговора
  • 2 имат този проблем
  • 7 изгледи
  • Последен отговор от Alexandra_Moldovia

more options

Had to reinstall OS and everything on it including fire fox, but nothing looks the same.

I think I was using version 28, I had like six blank tool bars, and now with the customize feature I don't know how to get them back.

I'm also missing the large Icons for Home, back forward like I had in 28, and I can't find a refresh button anywhere that isn't a part of my address bar.

Is there any way to fix all this?

Had to reinstall OS and everything on it including fire fox, but nothing looks the same. I think I was using version 28, I had like six blank tool bars, and now with the customize feature I don't know how to get them back. I'm also missing the large Icons for Home, back forward like I had in 28, and I can't find a refresh button anywhere that isn't a part of my address bar. Is there any way to fix all this?

Избрано решение

The Classic Theme Restorer add-on provides most features you're looking for.

With Classic Theme Restorer, you can only have one additional toolbar though. You could use a user style to enlarge the last toolbar instead. For example, if the last toolbar is the Bookmarks Toolbar:

  1. Install Stylish and restart Firefox when prompted.
  2. Click the ≡ Menu Button and choose Add-ons.
  3. In the Add-ons Manager, click User Styles on the left.
  4. Click the Write New Style button at the top. Paste the following in the text box, give the style a name, then click the Save button.

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#PersonalToolbar { padding-bottom: 100px !important; }

If you don't want to install an add-on, you can use the userChrome.css file instead, but I don't recommend it.

Прочетете този отговор в контекста 👍 1

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

more options

Избрано решение

The Classic Theme Restorer add-on provides most features you're looking for.

With Classic Theme Restorer, you can only have one additional toolbar though. You could use a user style to enlarge the last toolbar instead. For example, if the last toolbar is the Bookmarks Toolbar:

  1. Install Stylish and restart Firefox when prompted.
  2. Click the ≡ Menu Button and choose Add-ons.
  3. In the Add-ons Manager, click User Styles on the left.
  4. Click the Write New Style button at the top. Paste the following in the text box, give the style a name, then click the Save button.

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#PersonalToolbar { padding-bottom: 100px !important; }

If you don't want to install an add-on, you can use the userChrome.css file instead, but I don't recommend it.