From 81ff1a36d4f7d6f228a371b0d0390acb47d49bc7 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 27 Jun 2019 11:19:48 +0000 Subject: [PATCH] Elastic: Fix style for completed tasks on tasks list --- .../skins/elastic/include/tasklist.less | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/plugins/libkolab/skins/elastic/include/tasklist.less b/plugins/libkolab/skins/elastic/include/tasklist.less index 73c251a2..0305a761 100644 --- a/plugins/libkolab/skins/elastic/include/tasklist.less +++ b/plugins/libkolab/skins/elastic/include/tasklist.less @@ -71,6 +71,16 @@ &.droptarget { background-color: @color-list-droptarget-background; } + + &.complete { + span.title { + color: @color-list-deleted; + } + + .progressbar { + display: none; + } + } } & > div, @@ -139,16 +149,6 @@ &.collapsed:before { content: @fa-var-angle-right; } - - &.complete { - span.title { - text-decoration: line-through; - } - - .progressbar { - display: none; - } - } } span.title {