Fixed line numbers font in editor

This commit is contained in:
Djamil Legato
2016-03-04 17:18:29 -08:00
parent 1244e88d78
commit d3e9bc9402
6 changed files with 7 additions and 41 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,12 +1,2 @@
body, h5, h6,
.badge, .note, .grav-mdeditor-preview,
input, select, textarea, button, .selectize-input,
h1, h2, h3, h4,
#admin-menu li, .form-tabs > label, .label {
font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }
code, kbd, pre, samp,
body .CodeMirror pre {
font-family: "Monaco", "Consolas", "Lucida Console", monospace; }
body,h5,h6,.badge,.note,.grav-mdeditor-preview,input,select,textarea,button,.selectize-input,h1,h2,h3,h4,#admin-menu li,.form-tabs>label,.label{font-family:"Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif}code,kbd,pre,samp,body .CodeMirror{font-family:"Monaco", "Consolas", "Lucida Console", monospace}
/*# sourceMappingURL=simple-fonts.css.map */

View File

@@ -1,6 +1,6 @@
{
"version": 3,
"mappings": "AAAA;;;;0CAI2C;EACvC,WAAW,EAAE,sEAAsE;;AAEvF;oBACqB;EACjB,WAAW,EAAE,iDAAiD",
"mappings": "AAAA,+IAI2C,CACvC,WAAW,CAAE,sEAAsE,CAEvF,kCACiB,CACb,WAAW,CAAE,iDAAiD",
"sources": ["../scss/simple-fonts.scss"],
"names": [],
"file": "simple-fonts.css"

View File

@@ -843,30 +843,6 @@ form {
border-bottom-right-radius: $border-radius;
}
/*
.grav-mdeditor-navbar {
background: darken($white, 2%);
border: 1px solid $form-border;
border-bottom: 0;
ul {
a {
color: $content-text !important;
&:hover {
background: lighten($content-bg,2%);
color: darken($content-text,10%);
}
}
.mdeditor-active a {
background: $white;
border-left: 1px solid $form-border;
border-right: 1px solid $form-border;
}
}
}
.grav-mdeditor-content {
border: 1px solid $form-border;
}
@@ -875,7 +851,7 @@ form {
.grav-mdeditor-code {
border-right: 1px solid $form-border;
}
}*/
}
#admin-main {
.grav-editor-preview {

View File

@@ -6,6 +6,6 @@ h1, h2, h3, h4,
font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
code, kbd, pre, samp,
body .CodeMirror pre {
body .CodeMirror {
font-family: "Monaco", "Consolas", "Lucida Console", monospace;
}
}