From 32cf4d79914ee981224ccaad0edeb61dc808d6bb Mon Sep 17 00:00:00 2001 From: stingl Date: Mon, 22 Nov 2021 14:04:22 +0100 Subject: [PATCH] Implement tasks for trackers; --- css/app.css | 12 +++++++++ index.html | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++ js/app.js | 59 +++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 138 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index 5d3c796..abd2d79 100644 --- a/css/app.css +++ b/css/app.css @@ -222,3 +222,15 @@ nav, .card { bottom: 0; left: 0; } + +.finished-task { + text-decoration: line-through; +} + +#trackerTasksModal a li { + color: black !important; +} + +#trackerTasksModal input[type=range] { + width: 100%; +} diff --git a/index.html b/index.html index f0ee5ed..826cb41 100644 --- a/index.html +++ b/index.html @@ -92,6 +92,13 @@ +
+ +
+
+ + +