From 2b509e6aac718fe36924b00522bcdfc534724258 Mon Sep 17 00:00:00 2001 From: mattpass Date: Sat, 18 Apr 2020 12:46:28 +0100 Subject: [PATCH] 2px wide yellow cursor, no nesting indicator now --- assets/css/editor.css | 4 ++-- assets/css/icecoder.css | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/css/editor.css b/assets/css/editor.css index d5cf8ea..bacc6c6 100644 --- a/assets/css/editor.css +++ b/assets/css/editor.css @@ -33,8 +33,8 @@ .cm-s-icecoder span.cm-link {color: #e1c76e} /* yellow */ .cm-s-icecoder span.cm-error {color: #d00} /* red */ -.cm-s-icecoder .CodeMirror-cursor {border-left: 1px solid white !important} +.cm-s-icecoder .CodeMirror-cursor {border-left: 1px solid #ee0 !important; box-shadow: -1px 0 0 0 #ee0} .cm-s-icecoder .CodeMirror-selected {color: #fff !important; background: #037 !important} .cm-s-icecoder .CodeMirror-gutters {background: #1d1d1b; min-width: 41px; border-right: 0} .cm-s-icecoder .CodeMirror-linenumber {color: #555; cursor: default} -.cm-s-icecoder .CodeMirror-matchingbracket {color: #fff !important; background: #555 !important} \ No newline at end of file +.cm-s-icecoder .CodeMirror-matchingbracket {color: #fff !important; background: #555 !important} diff --git a/assets/css/icecoder.css b/assets/css/icecoder.css index 0f95f57..15583c7 100644 --- a/assets/css/icecoder.css +++ b/assets/css/icecoder.css @@ -130,7 +130,6 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .editor .code {position: relative; display: inline-block; top: 28px; width: 600px; height: 600px; visibility: hidden} .footer {position: fixed; display: inline-block; width: 100%; height: 30px; bottom: 0; background-color: rgba(0,0,0,0.15); left: 0; z-index: 1} -.footer .nesting {position: absolute; display: inline-block; padding: 5px; margin-top: 10px; left: 260px; border-radius: 5px; background-color: #0b0; cursor: default} .footer .versionsDisplay {position: absolute; display: inline-block; padding: 5px; margin-top: 3px; left: 275px; color: #fff; cursor: pointer} .footer .splitPaneControls {position: absolute; display: inline-block; width: 50px; text-align: center; padding: 6px} .footer .splitPaneControls .off {display: inline-block; width: 18px; height: 18px; margin-right: 10px; background: url('../images/split-pane-controls.gif') no-repeat 0 0; cursor: pointer}