Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

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

[SOLVED] How to style cancelled tasks ?

  • 2 replies
  • 1 has this problem
  • 22 views
  • Last reply by welcome

more options

I am able to style tasks that are either completed/overdue/inprogress in userChrome.css . But so far I have not found a way to style canceled tasks.

Can someone help me ?

I am able to style tasks that are either completed/overdue/inprogress in userChrome.css . But so far I have not found a way to style canceled tasks. Can someone help me ?

Modified by welcome

Chosen solution

­I found the solution: https://www.elevenforum.com/t/thunderbird-115-css-customization.16320/post-613032

/* Canceled/Cancelled Tasks - in Today Panel/Tasks Tab */ .calendar-task-tree > treechildren::-moz-tree-cell-text(status-cancelled) {

 color:            grey         !important;
 text-decoration:  line-through !important;

}

Read this answer in context 👍 1

All Replies (2)

more options

Helpful?

more options

Chosen Solution

­I found the solution: https://www.elevenforum.com/t/thunderbird-115-css-customization.16320/post-613032

/* Canceled/Cancelled Tasks - in Today Panel/Tasks Tab */ .calendar-task-tree > treechildren::-moz-tree-cell-text(status-cancelled) {

 color:            grey         !important;
 text-decoration:  line-through !important;

}

Modified by welcome

Helpful?

Ask a question

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.