mediawiki-extensions-CodeMi.../resources/ext.CodeMirror.v6.WikiEditor.less

11 lines
170 B
Plaintext
Raw Normal View History

.cm-editor {
height: 100%;
}
.cm-matchingBracket,
.cm-focused .cm-matchingBracket {
background-color: #eee;
box-shadow: inset 0 0 1px 1px #999;
font-weight: bold;
}