Join us to show up for other Firefox users 🦊. Earn fun badges and Mozilla swag vouchers! Find out more: https://mzl.la/askafox150

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, 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 svar
  • 1 har dette problemet
  • 91 views
  • Siste svar av welcome
  • Løst

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 ?

Endret av welcome

Valgt løsning

­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;

}

Les dette svaret i sammenhengen 👍 1

All Replies (2)

Valgt løsning

­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;

}

Endret av welcome