搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

How do I resize a toolbar button? It is larger than the standard buttons, even on use small icon.

  • 1 回覆
  • 2 有這個問題
  • 1 次檢視
  • 最近回覆由 cor-el

more options

I have an extension for clearing cache and it has a convenient button on my toolbar. But, the button is larger than the other buttons on the toolbar, even with "use small icons" turned on. Can I talk to the button in the userChrome.css or some other way to scale it down?

I have an extension for clearing cache and it has a convenient button on my toolbar. But, the button is larger than the other buttons on the toolbar, even with "use small icons" turned on. Can I talk to the button in the userChrome.css or some other way to scale it down?

所有回覆 (1)

more options

Which extension did you install?

This one:


#clearcache-toolbarbutton .toolbarbutton-icon {
height: 16px !important;
width: 16px !important;
}