tgrosinger / tw5-checklist

Simple checklist widget for TiddlyWiki5:
https://tgrosinger.github.io/tw5-checklist/
51 stars 12 forks source link

Option to strike through checked items #22

Closed muteboy closed 7 years ago

muteboy commented 8 years ago

Option to strike through checked items? Perhaps the ability to set a CSS format for checked items?

muteboy commented 8 years ago

Done it! Just added the following to the stylesheet:

input[type=checkbox]:checked + span { color: #ddd; text-decoration: line-through; }