liquid_zigong
小狐狸
小狐狸
  • UID6844
  • 注册日期2005-06-17
  • 最后登录2006-12-22
  • 发帖数29
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
阅读:4877回复:6

让Firefox2.0隐藏search-button和转到按钮

楼主#
更多 发布于:2006-09-15 21:23
Tips:

If you like Phoenity Modern original Activity Indicator, add the following code to your userChrome.css file. However, you should add this in the first line of your userChrome.css file.

    * screenshot

@import url("chrome://global/skin/throbber/throbber.css");


Phoenity Modern original Activity Indicator looks good when arranging it in the rightmost of the Navigation Toolbar.

    * screenshot

[Firefox 1.5/2.0] If you are necessary the Drop-down menu button for the Search Bar, add the following code to your userChrome.css file.

    * screenshot

#searchbar .autocomplete-history-dropmarker {
  display: -moz-box !important;
  -moz-binding: url("chrome://global/content/bindings/autocomplete.xml#history-dropmarker");
}


[Firefox 2.0] If you are unnecessary the Go button, add the following code to your userChrome.css file.

#go-button {
  display: none !important;
}


[Firefox 2.0] If you are unnecessary the Search button, add the following code to your userChrome.css file.

.search-go-button {
  display: none !important;
}


[Firefox 2.0/3.0] If you want the Search Bar of fixed width on the Navigation Toolbar, add the following code to your userChrome.css file.

#search-container, #searchbar {
  max-width: 15em !important;
}
nsky
小狐狸
小狐狸
  • UID9
  • 注册日期2004-11-20
  • 最后登录2006-09-22
  • 发帖数63
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
1楼#
发布于:2006-09-15 21:23
好!

可惜我觉得还是挺顺眼的    
hnstxx
千年狐狸
千年狐狸
  • UID1952
  • 注册日期2005-01-09
  • 最后登录2013-05-14
  • 发帖数4977
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
2楼#
发布于:2006-09-15 21:23
好强!顶一下!
MM:你是个外表冷酷,内心却很甜蜜的男人。
CrossBud
黄金狐狸
黄金狐狸
  • UID7038
  • 注册日期2005-06-29
  • 最后登录2016-08-31
  • 发帖数5948
  • 经验12枚
  • 威望2点
  • 贡献值40点
  • 好评度20点
  • 社区居民
3楼#
发布于:2006-09-15 21:23
早就有人发过了啊
smoke
千年狐狸
千年狐狸
  • UID3052
  • 注册日期2005-02-16
  • 最后登录2015-02-01
  • 发帖数2367
  • 经验12枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 社区居民
  • 忠实会员
4楼#
发布于:2006-09-15 21:23
地球后面,木星前面
答对+10分
遇到问题请善用论坛搜索功能
pho
pho
千年狐狸
千年狐狸
  • UID4300
  • 注册日期2005-03-22
  • 最后登录2016-12-14
  • 发帖数2597
  • 经验40枚
  • 威望0点
  • 贡献值16点
  • 好评度2点
  • 社区居民
  • 忠实会员
5楼#
发布于:2006-09-15 21:23
楼上的:)
chiv
火狐狸
火狐狸
  • UID14431
  • 注册日期2006-09-02
  • 最后登录2019-05-01
  • 发帖数103
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 社区居民
6楼#
发布于:2006-09-15 21:23
不管用了,
在2.0 nihghtly  里面失效了。
游客

返回顶部