Files
Atay-Makhzan/public/less/_editor.less
T

27 lines
513 B
Plaintext
Raw Normal View History

2016-08-17 22:44:07 -07:00
.CodeMirror {
font: 14px @monospaced-fonts, monospace;
2019-05-13 08:26:32 +02:00
&.cm-s-default {
2019-05-13 08:26:32 +02:00
border-radius: 3px;
padding: 0 !important;
}
2019-05-13 08:26:32 +02:00
.cm-comment {
background: inherit !important;
}
}
2019-05-13 08:26:32 +02:00
.repository.file.editor .tab[data-tab="write"] {
padding: 0 !important;
}
2019-05-13 08:26:32 +02:00
.repository.file.editor .tab[data-tab="write"] .editor-toolbar {
2019-05-14 02:54:23 +02:00
border: 0 !important;
}
2019-05-13 08:26:32 +02:00
.repository.file.editor .tab[data-tab="write"] .CodeMirror {
2019-05-14 02:54:23 +02:00
border-left: 0;
border-right: 0;
border-bottom: 0;
}