当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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.

more options

Thanks for the help!