diff --git a/www/todo/todo.less b/www/todo/todo.less index e2b7c15a2..73d963ed2 100644 --- a/www/todo/todo.less +++ b/www/todo/todo.less @@ -80,10 +80,15 @@ body { } .cp-task-remove { margin: @spacing; + cursor: pointer; } .cp-task-checkbox { font-size: 45px; width: 45px; + cursor: pointer; + &:hover { + color: #999; + } } .cp-task-checkbox-checked {