Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Bookmarks toolbar has icon and text for "Bookmarks" at far right. How can I move that onto the Navigation Toolbar as an icon only?

  • 3 trả lời
  • 1 gặp vấn đề này
  • 42 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

At the far right the new Bookmarks toolbar has an icon and text for "Bookmarks". When I hide my Bookmarks toolbar, that icon jumps to my Navigation Bar as an icon only (which I prefer). How can I move that icon PERMANENTLY onto the Navigation Toolbar as an icon only, so that it does NOT appear on the Bookmarks toolbar? Thanks.

At the far right the new Bookmarks toolbar has an icon and text for "Bookmarks". When I hide my Bookmarks toolbar, that icon jumps to my Navigation Bar as an icon only (which I prefer). How can I move that icon PERMANENTLY onto the Navigation Toolbar as an icon only, so that it does NOT appear on the Bookmarks toolbar? Thanks.

Tất cả các câu trả lời (3)

more options

Firefox displays the Bookmarks Menu button on the Bookmarks Toolbar if that bar is visible and that button can only be at one toolbar at the time.
The Bookmarks Menu button is usually only visible if the Menu Bar is hidden.


Add code to userChrome.css below the @namespace line.

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

/* hide the Bookmarks text on the Bookmarks Menu button */
#bookmarks-menu-button .toolbarbutton-text { display:none !important }

/* display the Bookmarks Menu button */
#bookmarks-menu-button-container { display: -moz-box !important }

See:

more options

Dear cor-el: Impressive but complicated. I've never before created a userChrome.css file. For the moment, I'll pass. BUT ... later, if I want ONLY to delete the text "Bookmarks" after the icon (and leave the icon on my new Bookmarks toolbar), how much of your code above should I use?

Thanks.

more options

You can use the ChromEdit Plus or Stylish extension to make it easier.