Use underline instead of ticks/x marks
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 2 Jul 2015 15:14:53 +0000 (18:14 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 2 Jul 2015 15:14:53 +0000 (18:14 +0300)
web/dash.css

index 82a0bc6de933b9c1ba291370bff4af9691db2e30..5c57cb66dcedb95e76ede79f04a94710e8b9dde7 100644 (file)
@@ -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 {
This page took 0.01015 seconds and 4 git commands to generate.