Browse Source

HPCC-18165 ECL playground error highlighter

Black on red is hard to read, switch to white on red.

Signed-off-by: Gordon Smith <gordonjsmith@gmail.com>
Gordon Smith 7 years ago
parent
commit
6b954694ae
1 changed files with 1 additions and 1 deletions
  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; }