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

How to style cancelled tasks ?

  • 2 replies
  • 0 have this problem
  • 3 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 ?

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 👍 0

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.