application data/thunderbird/profiles/xxxx/chrome/userChrome.css
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* スレッドペインの未読メッセージの表示色に変える */
treechildren::-moz-tree-cell-text(unread) {
color: cyan !important;
}
/* フォルダペインの未読メッセージの表示色を変える */
/* single folder with unread messages */
#folderTree > treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
color: cyan !important;
}
/* closed folder containing subfolder with unread messages */
#folderTree > treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) {
color: cyan !important;
}
/* open folder containing subfolder with unread messages */
/*
#folderTree > treechildren::-moz-tree-cell-text(subfoldersHaveUnreadMessages-true) {
color: cyan !important;
}
*/
- 2009/06/15() 21:26:08|
- ツール
-
| Trackbacks:0
-
| Comments:0