Alex Aragón 6 years ago
parent
commit
086c2bd60e
2 changed files with 4 additions and 4 deletions
  1. 1 1
      app/Resources/public/css/base.css
  2. 3 3
      app/Resources/public/css/scorm.css

+ 1 - 1
app/Resources/public/css/base.css

@@ -9388,7 +9388,7 @@ input.form-control[type="color"] {
     font-weight: bold;
 }
 .correct-answer{
-    background-color: #D5EDEF;
+    background-color: #DDDDDD;
     color: #000000;
     padding-left: 5px;
     padding-right: 5px;

+ 3 - 3
app/Resources/public/css/scorm.css

@@ -129,7 +129,7 @@ See https://support.chamilo.org/issues/6976
 .scorm_item_normal {
     line-height: 25px;
     border-bottom: 1px solid #DDD;
-    padding: 5px 0;
+    padding: 10px 0;
 }
 
 .level_0 {
@@ -235,7 +235,7 @@ See https://support.chamilo.org/issues/6976
 /* for section */
 .scorm_item_section {
     border-bottom: 1px solid #DDD;
-    font-size: 12px;
+    font-size: 14px;
     font-weight: bold;
 }
 
@@ -559,7 +559,7 @@ See https://support.chamilo.org/issues/6976
 }
 
 .scorm_item_normal.scorm_not_attempted {
-    background: url(../../../../main/img/icons/svg/check-not-attempted.svg) #FFFFFF right center no-repeat;
+    background: url(../../../../main/img/icons/svg/check-not-attempted.svg) #00829C right center no-repeat;
 }
 
 .sidebar-scorm {