diff --git a/css/editor.css b/css/editor.css index f38c7316..43746d93 100644 --- a/css/editor.css +++ b/css/editor.css @@ -38,6 +38,7 @@ z-index: 2; font-family: Monaco, "Courier New", monospace; cursor: text; + color: black; } .cursor-layer { diff --git a/demo/editor.html b/demo/editor.html index 5a63f936..1dc1bc8b 100644 --- a/demo/editor.html +++ b/demo/editor.html @@ -19,17 +19,21 @@ font: sans-serif; height: 100%; width: 100%; + font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana; + font-size: 12px; + background: rgb(14, 98, 165); + color: white; } - #container { - top: 30px; + #editor { + top: 55px; left: 0px; + background: white; } #controls { width: 100%; - height: 30px; - border: 1px solid black; + height: 55px; margin: 0; } @@ -92,10 +96,13 @@ +
+