diff options
Diffstat (limited to 'public/less/_editor.less')
-rw-r--r-- | public/less/_editor.less | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/public/less/_editor.less b/public/less/_editor.less index 0457cf1483..ee671d8b4b 100644 --- a/public/less/_editor.less +++ b/public/less/_editor.less @@ -1,19 +1,24 @@ .CodeMirror { font: 14px @monospaced-fonts, monospace; + &.cm-s-default { - border-radius: 3px; - padding: 0 !important; + border-radius: 3px; + padding: 0 !important; } + .cm-comment { background: inherit !important; } } + .repository.file.editor .tab[data-tab="write"] { padding: 0 !important; } + .repository.file.editor .tab[data-tab="write"] .editor-toolbar { border: none !important; } + .repository.file.editor .tab[data-tab="write"] .CodeMirror { border-left: none; border-right: none; |