阅读:3186回复:4
求改变标签页高度和搜索栏高度的脚本。。。
求改变标签页高度和搜索栏高度的stylish脚本。。。
火狐4.09版本 |
|
1楼#
发布于:2010-12-30 21:04
标签页比火狐橙宽
|
|
2楼#
发布于:2010-12-30 21:04
放到userchrome.css或者stylish里。
/*搜索栏高度*/ #searchbar {height:30px !important;} /*标签栏高度*/ .tabbrowser-tabs {max-height:26px !important; } #TabsToolbar {max-height: 26px !important; min-height: 26px !important;} |
|
3楼#
发布于:2010-12-30 21:04
诚谢alanfly
|
|
4楼#
发布于:2010-12-30 21:04
用下面的试试,注意调整的时候:23PX=2PX+21PX
#TabsToolbar{ min-height: 23px !important;} .tabbrowser-tab { margin-top: 2px !important; height: 21px !important; } |
|