summaryrefslogtreecommitdiff
path: root/src/www/syntax-editor/editor.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/www/syntax-editor/editor.css')
-rw-r--r--src/www/syntax-editor/editor.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/www/syntax-editor/editor.css b/src/www/syntax-editor/editor.css
index 263665bab..f3dd244d4 100644
--- a/src/www/syntax-editor/editor.css
+++ b/src/www/syntax-editor/editor.css
@@ -1,4 +1,4 @@
-body {
+body.syntax-editor {
background: #ccc url("../minibar/brushed-metal.png");
}
@@ -114,7 +114,7 @@ body {
opacity: 0.5;
}
-#debug
+div#debug
{
font: 10px monospace;
white-space: pre;