Skip to content

Commit

Permalink
Fix missing style for scorm failed but highlighted
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Sep 24, 2015
1 parent 3718ed3 commit 4629b60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Resources/public/css/scorm.css
Expand Up @@ -388,6 +388,10 @@ See https://support.chamilo.org/issues/6976
background:url("../../main/img/scorm/scorm_current.png") no-repeat left center !important;
color: #009AB8;
}
.scorm_item_normal.scorm_highlight.scorm_failed{
background:url("../../main/img/scorm/scorm_failed.png") no-repeat left center !important;
color: #009AB8;
}
.scorm_item_normal.scorm_highlight a{
color: #009AB8 !important;
}
Expand Down

0 comments on commit 4629b60

Please sign in to comment.