aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/common
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wasm/common')
-rw-r--r--ext/wasm/common/testing.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/wasm/common/testing.css b/ext/wasm/common/testing.css
index 8782e3862..c8629a2c6 100644
--- a/ext/wasm/common/testing.css
+++ b/ext/wasm/common/testing.css
@@ -36,9 +36,13 @@ span.labeled-input {
background-color: yellow;
}
.warning { color: firebrick; }
+.green { color: darkgreen; }
+.group-start { color: blue; }
+.group-end { color: blue; }
.input-wrapper { white-space: nowrap; }
#test-output {
border: 1px inset;
+ border-radius: 0.25em;
padding: 0.25em;
/*max-height: 30em;*/
overflow: auto;