From e6031c2209c24f3087ef68fe385e5877e4531cf6 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 26 Jul 2017 13:03:25 +0200 Subject: [PATCH] slightly better styles --- www/todo/todo.less | 5 +++++ 1 file changed, 5 insertions(+) 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 {