Merge branch 'todo' of github.com:xwiki-labs/cryptpad into todo

This commit is contained in:
ansuz
2017-07-26 13:29:33 +02:00
4 changed files with 13 additions and 5 deletions

View File

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