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

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

[SOLVED] How to style cancelled tasks ?

  • 2 odgovora
  • 1 ima to težavo
  • 22 ogledov
  • Zadnji odgovor od 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 ?

Spremenil welcome

Izbrana rešitev

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

}

Preberite ta odgovor v kontekstu 👍 1

Vsi odgovori (2)

more options

Koristno?

more options

Izbrana rešitev

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

}

Spremenil welcome

Koristno?

Vprašajte

Če želite objaviti odgovor, se morate prijaviti v svoj ​​račun. Če računa še nimate, zastavite novo vprašanje.