阅读:5356回复:6
让Firefox2.0隐藏search-button和转到按钮
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; } |
|
1楼#
发布于:2006-09-15 21:23
好!
可惜我觉得还是挺顺眼的 ![]() ![]() ![]() |
|
2楼#
发布于:2006-09-15 21:23
好强!顶一下!
|
|
|
3楼#
发布于:2006-09-15 21:23
早就有人发过了啊
|
|
4楼#
发布于:2006-09-15 21:23
地球后面,木星前面
答对+10分 |
|
|
5楼#
发布于:2006-09-15 21:23
楼上的:)
|
|
6楼#
发布于:2006-09-15 21:23
不管用了,
在2.0 nihghtly 里面失效了。 |
|