MozTW 討論區
https://forum.moztw.org/

THUNDERBIRD..信件已讀未讀顯示不夠明顯
https://forum.moztw.org/viewtopic.php?f=9&t=41068
1 頁 (共 1 頁)

發表人:  hypereffect [ 2014-05-31, 13:24 ]
文章主題 :  THUNDERBIRD..信件已讀未讀顯示不夠明顯

未讀取預設為粗體字~ 已讀取為沒有粗體..
請問請教各位前輩...如果讓已讀未讀信的標題反差更加明顯?? 要去哪改變呢?

發表人:  rubcandy0208 [ 2014-06-04, 16:10 ]
文章主題 :  Re: THUNDERBIRD..信件已讀未讀顯示不夠明顯

增加這個檔案
d:\Portable\Thunderbird_Portable\Data\profile\chrome\userChrome.css

內容
-----------------------------
/* 左側資料夾 */
treechildren:-moz-tree-cell-text
{
font-family:華康粗圓體 ; font-size: 12px !important
}

/* 未讀信件列表 */
treechildren:-moz-tree-cell-text(unread)
{
font-weight: normal !important;
color: rgb(255,0,0) !important;
font-size: 14pt !important;
font-family: 華康粗黑體 !important;
}

/* 已讀信件列表 */
treechildren:-moz-tree-cell-text(read)
{
color: rgb(0,0,0) !important;
font-size: 14pt !important;
font-family: 華康中黑體 !important;
}

/*信件列表每行高度 */
treechildren:-moz-tree-row
{
height: 22px !important;
}











/*
dirTree > treechildren::-moz-tree-cell-text {
color: rgb(0,0,255) !important;
font-family: 華康中黑體 !important;
font-size:16pt !important;
}
*/

/*
abResultsTree > treechildren::-moz-tree-cell-text {
color: rgb(0,0,255) !important;
font-size: 16pt !important;
font-family: 華康中黑體 !important;
}
*/

1 頁 (共 1 頁) 所有顯示的時間為 UTC + 8 小時
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/