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

35 lines
617 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;
}
2020-02-23 05:32:15 +01:00
.editor-toolbar {
opacity: 1 !important;
}
.editor-toolbar i.separator {
border-left: none;
}