|
|
|
|
@ -724,6 +724,15 @@ See https://support.chamilo.org/issues/6976 |
|
|
|
|
#learning_path_toc .child_item.lp_item_type_document.scorm_not_attempted{ |
|
|
|
|
background: url(../../main/img/icons/svg/check-not-attempted.svg) #FFFFFF right center no-repeat; |
|
|
|
|
} |
|
|
|
|
#learning_path_toc .root_item.lp_item_type_document.scorm_completed{ |
|
|
|
|
background: url(../../main/img/icons/svg/check-completed.svg) #FFFFFF right center no-repeat; |
|
|
|
|
} |
|
|
|
|
#learning_path_toc .root_item.lp_item_type_document.scorm_not_attempted{ |
|
|
|
|
background: url(../../main/img/icons/svg/check-not-attempted.svg) #FFFFFF right center no-repeat; |
|
|
|
|
} |
|
|
|
|
#learning_path_toc .root_item.lp_item_type_document.current_item{ |
|
|
|
|
background-color: #f1f4f9; |
|
|
|
|
} |
|
|
|
|
#learning_path_toc .child_item.lp_item_type_document.current_item{ |
|
|
|
|
background-color: #f1f4f9; |
|
|
|
|
} |
|
|
|
|
|