thunderbird如何设置使邮件列表的表头字体变大点,行间距变高点

阅读:4462回复:1
2013-04-03 16:35
写私信
楼主#
RTRTRTRTRTRTRTRTRTRTRTRTRTRTRTRTRTRTRT
2013-04-03 16:35
写私信
1楼#
在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;}