Update style for the todo app

This commit is contained in:
yflory
2017-07-26 13:07:35 +02:00
parent 0612a50ab4
commit 3da76e3ae8
4 changed files with 38 additions and 19 deletions

View File

@@ -128,6 +128,10 @@
@category-bg: #f4f4f4;
@button-bg: #3066e5;
@button-alt-bg: #fff;
@button-red-bg: #e54e4e;
.unselectable () {
-webkit-touch-callout: none;
-webkit-user-select: none;