mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-20 00:51:13 +02:00
Fixed line numbers font in editor
This commit is contained in:
2
themes/grav/css-compiled/preset.css
vendored
2
themes/grav/css-compiled/preset.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
12
themes/grav/css-compiled/simple-fonts.css
vendored
12
themes/grav/css-compiled/simple-fonts.css
vendored
@@ -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 */
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user