| Index: experimental/webtry/res/webtry/sass/webtry.scss
|
| diff --git a/experimental/webtry/res/webtry/sass/webtry.scss b/experimental/webtry/res/webtry/sass/webtry.scss
|
| index d7211b19875ea5b21986f5d21dd9839b6009b4ec..ae76dbfe585e77014222b94fe944092fc9ca731f 100644
|
| --- a/experimental/webtry/res/webtry/sass/webtry.scss
|
| +++ b/experimental/webtry/res/webtry/sass/webtry.scss
|
| @@ -135,12 +135,20 @@ code {
|
| font-size: 70%;
|
| }
|
|
|
| -#output, #stdout {
|
| +#output-wrapper {
|
| display: none;
|
| }
|
|
|
| +.compile-error {
|
| + cursor: pointer;
|
| +}
|
| +
|
| /* CodeMirror customization */
|
|
|
| +.CodeMirror .error {
|
| + background: #f88;
|
| +}
|
| +
|
| .CodeMirror-lines,
|
| .CodeMirror-scroll
|
| {
|
|
|