diff options
author | Robert Zorko <robertz@gurucue.com> | 2015-09-16 17:49:35 +0200 |
---|---|---|
committer | Robert Zorko <robertz@gurucue.com> | 2015-09-16 17:49:35 +0200 |
commit | 3a08bd2a99f73e72d14fb43a33b7483f2fa865b4 (patch) | |
tree | 25101d25f45b8a9abe99bed7597c54ca6e60889c /css/codeq | |
parent | f6466bd4d3bb6788c92d90a605df7418c2aeb7e6 (diff) | |
parent | 0eec2bd8f8fd8669682cf618bf22983a36f828a9 (diff) |
Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web
Diffstat (limited to 'css/codeq')
-rw-r--r-- | css/codeq/console.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/css/codeq/console.css b/css/codeq/console.css index 4290eea..2f5e9cf 100644 --- a/css/codeq/console.css +++ b/css/codeq/console.css @@ -1,9 +1,17 @@ .cq-con { color: greenyellow; font-family: "Courier Menlo", Monaco, Consolas, "Courier New", monospace; - font-size: medium; word-break: break-all; } +.cq-con-line { + white-space: pre-wrap; + background-color: transparent; + border: none; + color: inherit; + line-height: inherit; + margin: 0; + padding: 0; +} .cq-con-text { } @@ -15,3 +23,10 @@ color: greenyellow; background: black; } + +.cq-con-text.input { + color: #a6e1ec; +} +.cq-con-text.error { + color: #d9534f; +}
\ No newline at end of file |