搜尋 Mozilla 技術支援網站

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

了解更多

how do I get rid of the little box to the left of each bookmark in the bookmark toolbar?

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

more options

On my bookmarks toolbar, there is a little box to the left of each bookmark. The box causes the bookmarks to take up too much space, thus limiting the number of bookmarks I can get on the bar without using dropdowns. I don't like the little boxes, I don't want the little boxes. Please tell me how to get rid of the little boxes.

On my bookmarks toolbar, there is a little box to the left of each bookmark. The box causes the bookmarks to take up too much space, thus limiting the number of bookmarks I can get on the bar without using dropdowns. I don't like the little boxes, I don't want the little boxes. Please tell me how to get rid of the little boxes.

被選擇的解決方法

Those are icons, but you would still need to leave some space between the text labels. This is code I found here:

#personal-bookmarks .toolbarbutton-icon {
  display: none !important;
}
從原來的回覆中察看解決方案 👍 0

所有回覆 (2)

more options

選擇的解決方法

Those are icons, but you would still need to leave some space between the text labels. This is code I found here:

#personal-bookmarks .toolbarbutton-icon {
  display: none !important;
}
more options

Thanks. Once I went to a few of the links, I noticed the icons. They were only square boxes before. I just got rid of the icons, and the spaces between the text suit me fine. Appeciate the attention.