Skip to content

Commit adadeb1

Browse files
committed
Fixed background color.
1 parent ee8595e commit adadeb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WEB-INF/templates/tasks.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<td class="tableHeader">{$i18n.label.delete}</td>
4747
</tr>
4848
{foreach $inactive_tasks as $task}
49-
<tr bgcolor="{cycle values="#f5f5f5,#dedee5"}">
49+
<tr bgcolor="{cycle values="#f5f5f5,#ffffff"}">
5050
<td>{$task.name|escape}</td>
5151
<td>{$task.description|escape}</td>
5252
<td><a href="task_edit.php?id={$task.id}">{$i18n.label.edit}</a></td>

0 commit comments

Comments
 (0)