Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Change Specific Folder Color For New Mail?

  • 1 件の返信
  • 1 人がこの問題に困っています
  • 24 回表示
  • 最後の返信者: Matt

more options

I am trying to prevent an inbox folder for a particular email account from turning bold and blue when it receives new and unread messages. So far I have found solutions that apply to ALL folders but nothing to specify a particular folder-name? Examples: /* Highlight Folders if subfolders have unread messages */ treechildren::-moz-tree-cell-text(subfoldersHaveUnreadMessages-true) {

 color: red !important;

}

/* Make Folders having Unread_Messages distinct from others */ treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {

 color: blue !important;

}

/* Change Folder Display to indicate New Message(s) arrived */ treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true) {

 color: red !important;
 font-weight: bold !important;

}

I am trying to prevent an inbox folder for a particular email account from turning bold and blue when it receives new and unread messages. So far I have found solutions that apply to ALL folders but nothing to specify a particular folder-name? Examples: ''/* Highlight Folders if subfolders have unread messages */ treechildren::-moz-tree-cell-text(subfoldersHaveUnreadMessages-true) { color: red !important; } /* Make Folders having Unread_Messages distinct from others */ treechildren::-moz-tree-cell-text(hasUnreadMessages-true) { color: blue !important; } /* Change Folder Display to indicate New Message(s) arrived */ treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true) { color: red !important; font-weight: bold !important; }''

すべての返信 (2)

more options

I see you are having quite a discussion on the topic of CSS here https://support.mozilla.org/en-US/questions/1333072

As CSS is technically beyond the scope of this forum I suggest you continue the discussion with th like minded individual you have already found or try asking in developer forums.

more options

I tried to get into the developer chat but there are all sorts of errors when trying to do so, appears to be setup as more of a chat than a forum?

https://chat.mozilla.org/#/room/#maildev:mozilla.org

この投稿は Nate により に変更されました