Selaa lähdekoodia

Merge pull request #10375 from GordonSmith/HPCC-18165

HPCC-18165 ECL playground error highlighter

Reviewed-By: Miguel Vazquez <miguel.vazquez@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 7 vuotta sitten
vanhempi
commit
f62396d4f3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      esp/src/eclwatch/css/ecl.css

+ 1 - 1
esp/src/eclwatch/css/ecl.css

@@ -22,7 +22,7 @@
 .cm-s-default span.cm-string { color: #808080; }
 .cm-s-default span.cm-number, .cm-s-default span.cm-atom { color: #000000; }
 .cm-s-default span.cm-meta {color: #004080;}
-.ErrorLine {background: #cc0000 !important;}
+.ErrorLine {background: #cc0000 !important;color:white!important;}
 .WarningLine {background: #ffff99 !important;}
 .highlightline { background: #e8f2ff !important; }