diff --git a/module/task/css/batchcreate.css b/module/task/css/batchcreate.css index fc1e1553c7..b6a4e45fb4 100644 --- a/module/task/css/batchcreate.css +++ b/module/task/css/batchcreate.css @@ -15,9 +15,7 @@ #zeroTaskStory > label:after {top: 5px; left: 5px;} #zeroTaskStory.checked {border-color: #00a9fc; background: #E9F2FB;} -.chosen-results > li.has-task {position: relative; color: #388E3C} -.chosen-results > li.has-new-task {position: relative; color: #388E3C; position: relative;} -.chosen-results > li.has-new-task:before {content: ' '; display: block; background: #4CAF50; position: absolute; left: 2px; top: 11px; width: 4px; height: 4px; border-radius: 50%;} +.chosen-results > li.has-task, +.chosen-results > li.has-new-task {position: relative; color: #388E3C;} .chosen-results > li.has-task.highlighted, -.chosen-results > li.has-new-task.highlighted {color: #fff;} -.chosen-results > li.has-new-task.highlighted:before {background: #fff;} \ No newline at end of file +.chosen-results > li.has-new-task.highlighted {color: #fff;} \ No newline at end of file