Firefox:改变搜索框的宽度
Mozilla中文Wiki
搜索条默认相对比较小,您可以自己以特定数量的像素指定它的宽度,下面代码加到userChrome.css 文件:
/* Make the Search box flex wider */
- search-container {
-moz-box-flex: 200 !important;
}
请将200 改为您需要的宽度.
Mozilla中文Wiki
搜索条默认相对比较小,您可以自己以特定数量的像素指定它的宽度,下面代码加到userChrome.css 文件:
/* Make the Search box flex wider */
-moz-box-flex: 200 !important;
}
请将200 改为您需要的宽度.