commit | a7ed66923db8eb250c676ab514684ffef876e61e | [log] [tgz] |
---|---|---|
author | Ivan Pilat <ivanpi@google.com> | Mon Dec 22 13:00:53 2014 -0800 |
committer | Ivan Pilat <ivanpi@google.com> | Mon Dec 22 13:00:53 2014 -0800 |
tree | 610ab9e98fc6ec00d86fd2249a92baaa5f4dbb7f | |
parent | 05c04a592efd3ef5dccd339e82ec077b661f2822 [diff] |
playground: Enable realtime streaming of playground output. Added style for service error output.
diff --git a/client/stylesheets/playground.css b/client/stylesheets/playground.css index edfa219..196a696 100644 --- a/client/stylesheets/playground.css +++ b/client/stylesheets/playground.css
@@ -100,6 +100,10 @@ color: #d01716; } +.pg .console .text .svc-stderr { + color: #d01716; +} + .pg .console .text .debug { color: #455ede; }