From ba4af30693ee8c0ca20e11a0bde7ceea1152018e Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 3 Nov 2011 21:37:31 -0700 Subject: [PATCH] Issue #1328378 by Chi: Fixed remove bogus colour value in CSS in Seven theme. --- core/themes/seven/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/core/themes/seven/style.css b/core/themes/seven/style.css index 73410c0134b..e5869d3d51b 100644 --- a/core/themes/seven/style.css +++ b/core/themes/seven/style.css @@ -860,7 +860,6 @@ ol.task-list li.active { color: #000; } ol.task-list li.done { - color: #393; background: transparent url(images/task-check.png) no-repeat 0 50%; color: green; }