Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Displaying only the search bar icons?

  • 4 个回答
  • 4 人有此问题
  • 2 次查看
  • 最后回复者为 cor-el

more options

I love Firefox, and have recently discovered the search keywords. I am switching to using those now, and am trying to get rid of the search bar textbox. I still like the right-click search method, so I don't want to completely remove the bar (e.g. through the Customize dialog), and essentially just want to resize it so the only things that show are the icon of the current search engine, and possibly that magnifying glass. However, I can still see some of the engine name (like the "G" and most of the first "o" of "Google"), even when I have dragged the bar as far as I can. Is there any way to get rid of this last remnant?

I love Firefox, and have recently discovered the search keywords. I am switching to using those now, and am trying to get rid of the search bar textbox. I still like the right-click search method, so I don't want to completely remove the bar (e.g. through the Customize dialog), and essentially just want to resize it so the only things that show are the icon of the current search engine, and possibly that magnifying glass. However, I can still see some of the engine name (like the "G" and most of the first "o" of "Google"), even when I have dragged the bar as far as I can. Is there any way to get rid of this last remnant?

所有回复 (4)

more options

See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files Add code to userChrome.css below the @namespace line.

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

.search-go-container, .searchbar-dropmarker-image {display:none!important}
#search-container .searchbar-textbox {min-width:26px!important;max-width:26px!important}

由cor-el于修改

more options

Thanks! I would recommend a width of 24 pixels instead [EDIT: This value might change depending on extensions - I'm now switching to something larger], to give a squarer appearance and to remove the text insertion cursor when it is moused over, but that code works quite well! I presume that it is impossible to skip over the text area and include the magnifying glass? I do have one other question, though. Is it possible to stop the now-hidden bar from grabbing the cursor when the search engine is changed?

由Goldenrod111于修改

more options

I know it sounds cool alright. But I don't really get the instruction. do you have a pre-made style or a screeshot or something?

more options

Are you familiar with using the file userChrome.css to modify the appearance of Firefox?