mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
18 lines
704 B
Plaintext
18 lines
704 B
Plaintext
@import (less) 'codemirror/lib/codemirror.css';
|
|
@import (less) 'codemirror/addon/fold/foldgutter.css';
|
|
@import (less) 'codemirror/addon/search/matchesonscrollbar.css';
|
|
@import (less) 'codemirror/addon/dialog/dialog.css';
|
|
|
|
.codeEditor{
|
|
.CodeMirror-foldmarker {
|
|
font-family: inherit;
|
|
text-shadow: none;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.cm-trailingspace {
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAYAAAB/qH1jAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUXCToH00Y1UgAAACFJREFUCNdjPMDBUc/AwNDAAAFMTAwMDA0OP34wQgX/AQBYgwYEx4f9lQAAAABJRU5ErkJggg==);
|
|
background-position: bottom left;
|
|
background-repeat: repeat-x;
|
|
}
|
|
} |