CSS and bug fixes for todo

This commit is contained in:
yflory
2017-07-26 13:30:39 +02:00
parent 77d6da841f
commit 459e0b3b16
4 changed files with 13 additions and 5 deletions

View File

@@ -62,6 +62,7 @@ body {
}
button {
cursor: pointer;
border-radius: 0;
background-color: darken(@toolbar-todo-bg, 20%);
border:0;
@@ -110,4 +111,9 @@ body {
.cp-task-checkbox-unchecked {
}
button {
border-radius: 0;
border:0;
}
}