activeline-background added back in

This commit is contained in:
Matt Pass
2016-04-06 22:54:03 +01:00
parent 38693781a0
commit d1a2f6ab8f

View File

@@ -39,4 +39,5 @@ ICEcoder default theme by Matt Pass, used in code editor available at https://ic
.cm-s-icecoder div.CodeMirror-selected { color: #fff; background: #037; }
.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; }
.cm-s-icecoder .CodeMirror-matchingbracket { color: #fff !important; background: #555 !important; }
cm-s-icecoder .CodeMirror-activeline-background { background: #000; }