File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ function gradeSubmission() {
355355 }
356356
357357 if ( res . status == 'error' ) {
358- $ ( "#gradeMatrix tr.gradeMatrixRow:last" ) . append ( '<td class="testOutputCell"><span style="padding-left: 3px; padding-right: 3px; background- color: ' + errorColor + '">' + res . error_msg + '</span></td>' ) ;
358+ $ ( "#gradeMatrix tr.gradeMatrixRow:last" ) . append ( '<td class="testOutputCell"><span style="color: ' + darkRed + '">' + res . error_msg + '</span></td>' ) ;
359359 }
360360 else {
361361 assert ( res . status == 'ok' ) ;
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ var lightGray = "#cccccc";
4343var darkBlue = "#3D58A2" ;
4444var lightBlue = "#899CD1" ;
4545var pinkish = "#F15149" ;
46- var darkRed = "#9d1e18 " ;
46+ var darkRed = "#9D1E18 " ;
4747
4848
4949// ugh globals!
You can’t perform that action at this time.
0 commit comments