From 97c8b5c7c23acb0ffda833d4ab528c3cfc683cab Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Thu, 2 Jul 2015 18:14:53 +0300 Subject: [PATCH] Use underline instead of ticks/x marks --- web/dash.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/web/dash.css b/web/dash.css index 82a0bc6..5c57cb6 100644 --- a/web/dash.css +++ b/web/dash.css @@ -39,10 +39,6 @@ h2:after { text-align: center; } -span[title]:after { - content: " ✗"; -} - span[title] { color: #D33; font-family: monospace; @@ -53,10 +49,7 @@ span[title] { span[title].done { color: #8F8; -} - -span[title].done:after { - content: " ✓"; + text-decoration: underline; } dl { -- 2.30.2