diff --git a/app/Resources/public/css/scorm.css b/app/Resources/public/css/scorm.css index c9c357c346..1e67f53c22 100644 --- a/app/Resources/public/css/scorm.css +++ b/app/Resources/public/css/scorm.css @@ -563,9 +563,12 @@ See https://support.chamilo.org/issues/6976 } .scorm_item_normal.scorm_not_attempted { - background: url(../../../../main/img/icons/svg/check-not-attempted.svg) #00829C right center no-repeat; + background: url(../../../../main/img/icons/svg/check-not-attempted.svg) #FFFFFF right center no-repeat; } +.scorm_item_normal.scorm_highlight.quiz.scorm_not_attempted { + background: url(../../../../main/img/icons/svg/check-not-attempted.svg) #00829C right center no-repeat; +} .sidebar-scorm { border-right: 1px solid #e6e6e6; } diff --git a/main/template/default/learnpath/scorm_list.tpl b/main/template/default/learnpath/scorm_list.tpl index f51110a4d1..0afa7f834c 100644 --- a/main/template/default/learnpath/scorm_list.tpl +++ b/main/template/default/learnpath/scorm_list.tpl @@ -6,7 +6,7 @@