Mozilla

火狐社区

登录    注册

QQ互联

thunderbird css设置邮件标题行高及字体失效

Goodisher 社区新人 发表于 2021-11-3 16:11:22 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式 [复制链接] 打印 上一主题 下一主题
0 12421
跳转到指定楼层
thunderbird css设置邮件标题行高及字体失效
请问如何设置,要把chrome.css文件要放在哪个位置
另外css文件编码如下,是否可以?
/* 全域参数 */
* {font-family:Microsoft YaHei  !important}
font-weight: bolder !important;
* {font-size: 12px !important}

/* 信件列表 */
treechildren:-moz-tree-cell-text(unread) {
font-weight: bolder !important;
color: rgb(255,0,0) !important;
font-size: 16px !important;
font-family: Microsoft YaHei
http://soft.chinabyte.com/os/152/12309652.shtml !important;
}

treechildren:-moz-tree-cell-text(read){
color: rgb(17,46,60) !important;
font-size: 14px !important;
font-weight: bold !important;
font-family: Microsoft YaHei  !important;
}

/*邮件标题列表(选中状态)*/
#threadTree treechildren::-moz-tree-row(selected) {
background-color: #DADC9B !important;
color: rgb(218,220,155) !important;
}

treechildren:-moz-tree-row {
height: 24px !important;
}


您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表