diff --git a/src/themes/default/style.css b/src/themes/default/style.css index b0b40b4..806c252 100644 --- a/src/themes/default/style.css +++ b/src/themes/default/style.css @@ -77,6 +77,7 @@ li.task-expanded .task-toggle { background-position:-48px 0; } .task-actions { float:right; width:25px; text-align:right; } .task-date { color:#999999; font-size:8pt; margin-left:4px; display:none; } .show-inline-date .task-date { display:inline; } +.task-through { overflow:hidden; } .task-title a { color:#000000; } .task-title a:hover { color:#af0000; } #page_tasks.readonly #tasklist li .task-actions { display:none; }