阅读:4804回复:1
thunderbird如何设置使邮件列表的表头字体变大点,行间距变高点
RTRTRTRTRTRTRTRTRTRTRTRTRTRTRTRTRTRTRT
|
|
1楼#
发布于:2013-04-03 16:35
在thunderbird的配置文件目录 profile\chrome 下新建 userChrome.css 文件,加入如下内容:
/*调字体大小*/ #threadTree > treechildren {font-size: 13px !important; font-family: Arial;} /*调列表高度*/ #threadTree treechildren:-moz-tree-row { height: 30px !important;} 我自己调整后: /*调字体大小*/ #threadTree > treechildren {font-size: 14px !important; } /*调列表高度*/ #threadTree treechildren:-moz-tree-row { height: 23px !important;} |
|