Issue #1328378 by Chi: Fixed remove bogus colour value in CSS in Seven theme.
parent
f5ce8e7534
commit
ba4af30693
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue