Not Solved Line Numbers Impossible To See in AdminCP Editor
#2
Not Solved
Open this css file:
admin/jscripts/codemirror/theme/mybb.css
and see at line no. 6 if it is there:
.cm-s-mybb .CodeMirror-linenumber { color: white; }

If not try adding it, if yes - append 'important'
.cm-s-mybb .CodeMirror-linenumber { color: white !important; }

If the issue still not resolved, open this css:
admin/jscripts/codemirror/lib/codemirror.css

Go to line no. 36:

.CodeMirror-linenumber {
padding: 0 3px 0 5px;
min-width: 20px;
text-align: right;
color: #999;
white-space: nowrap;
}

Change the color to 'white'.
Reply


Messages In This Thread
RE: Line Numbers Impossible To See in AdminCP Editor - by effone - 2018-11-08, 05:43 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)