Explorar el Código

Fix error where text is not visible (everything is white)

jmontoyaa hace 7 años
padre
commit
4b5c595737
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Resources/public/css/scorm.css

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

@@ -245,7 +245,7 @@ See https://support.chamilo.org/issues/6976
     background:url("../../main/img/scorm/scorm_failed.png") no-repeat 10px center !important;
     background:url("../../main/img/scorm/scorm_failed.png") no-repeat 10px center !important;
 }
 }
 .scorm_highlight a{
 .scorm_highlight a{
-  color: #FFFFFF !important;
+    /* color: #FFFFFF !important;*/
 }
 }
 .scorm_item_normal.scorm_highlight{
 .scorm_item_normal.scorm_highlight{
     background-color: #00829C;
     background-color: #00829C;