From 6e5ab719a4b9f92e42e08d418c4ea659af1e051e Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 19 Apr 2012 17:34:28 +0100 Subject: [PATCH] Simplified default CSS file HTML & body styling now spplied to tags selected, gutter, cursor and matching elements now applied in editor.php This all allows CodeMirror themes to be used if users want to switch from default --- lib/editor.css | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/lib/editor.css b/lib/editor.css index e4829e7..96be95e 100644 --- a/lib/editor.css +++ b/lib/editor.css @@ -1,6 +1,4 @@ -html, body {margin: 0px} - -/* Based VERY loosely on the Monokai theme */ +/* ICE coder default theme: Based VERY loosely on Monokai */ .cm-s-icecoder {font-size: 12px; color: #666; background: #1c1c19;} @@ -33,13 +31,4 @@ html, body {margin: 0px} .cm-s-icecoder span.cm-header {color: #a0a;} .cm-s-icecoder span.cm-quote {color: #090;} .cm-s-icecoder span.cm-hr {color: #999;} -.cm-s-icecoder span.cm-link {color: #ff0;} - -.cm-s-icecoder .CodeMirror-selected {background: #037 !important;} -.cm-s-icecoder .CodeMirror-gutter {background: #333; border-right: 1px solid #e8e8e8} -.cm-s-icecoder .CodeMirror-gutter-text {color: #999; width: 35px; cursor: default} -.cm-s-icecoder .CodeMirror-cursor {border-left: 1px solid white !important;} -.cm-s-icecoder .CodeMirror-matchingbracket{border: 1px solid grey; color: black !important;} - -span.CodeMirror-matchhighlight {background: #555555} -.CodeMirror-focused span.CodeMirror-matchhighlight {color: #000000; background: #555555; !important} \ No newline at end of file +.cm-s-icecoder span.cm-link {color: #ff0;} \ No newline at end of file