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".

Tìm hiểu thêm

Where is toolbar icon for QuickProxy? (Not in Customize).

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

more options

Firefox 29 (and now 29.0.1). First -- I have QuickProxy 2009.07.19 as an Add-On but its button/icon is nowhere. Not in Customize so cannot move it onto the Toolbar (or whatever the toolbar is called these days). So where is QuickProxy's button/icon?

The above is the "important" question.

Second -- the Add-On icons I do have are spread out a bit too much so they cramp the URL window to the left. (Icons only - no text.) Must they be so spread out?

Thanks.

Firefox 29 (and now 29.0.1). First -- I have QuickProxy 2009.07.19 as an Add-On but its button/icon is nowhere. Not in Customize so cannot move it onto the Toolbar (or whatever the toolbar is called these days). So where is QuickProxy's button/icon? The above is the "important" question. Second -- the Add-On icons I do have are spread out a bit too much so they cramp the URL window to the left. (Icons only - no text.) Must they be so spread out? Thanks.

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

more options
more options

Kam: Thanks for suggestion - but before I try a new thing that will probably require adjusting everything, is there a direct answer why this particular add-on got left out?

more options
more options

Some add-ons place their icons in the add-on bar. But the powers-that-be removed it with Firefox v29. What you can do is go to the Mozilla Add-ons Web Page (There’s a lot of good stuff here) and search for something that can help you. Many of us are now using Classic Theme Restorer (Customize Australis)
Restore squared tabs, appmenu, add-ons bar, small button view and more on Australis UI (Windows/MacOSX/Linux + Fx 29+).

more options

Add code to the userChrome.css file below the default @namespace line to remove the extra padding of icons on the Navigation Toolbar.


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

#navigator-toolbox toolbarbutton {padding-left:0px!important;padding-right:0px!important;}


The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.