mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 19:22:57 +00:00
change editor theme
This commit is contained in:
parent
69aeb4633d
commit
77aff61d70
@ -40,7 +40,7 @@ module.exports = function(grunt) {
|
|||||||
'node_modules/animate.css/source/bouncing_entrances/bounceInRight.css',
|
'node_modules/animate.css/source/bouncing_entrances/bounceInRight.css',
|
||||||
'node_modules/animate.css/source/fading_exits/fadeOut.css',
|
'node_modules/animate.css/source/fading_exits/fadeOut.css',
|
||||||
'node_modules/codemirror/lib/codemirror.css',
|
'node_modules/codemirror/lib/codemirror.css',
|
||||||
'node_modules/codemirror/theme/mdn-like.css',
|
'node_modules/codemirror/theme/ttcn.css',
|
||||||
'temp/css/**/*.css'
|
'temp/css/**/*.css'
|
||||||
],
|
],
|
||||||
dest: 'temp/css/main.css',
|
dest: 'temp/css/main.css',
|
||||||
|
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
2
assets/js/app.min.js
vendored
2
assets/js/app.min.js
vendored
File diff suppressed because one or more lines are too long
14
assets/js/plugins.min.js
vendored
14
assets/js/plugins.min.js
vendored
File diff suppressed because one or more lines are too long
@ -348,7 +348,7 @@ $(document).on('ready pjax:success', function() {
|
|||||||
if (textarea[0]) {
|
if (textarea[0]) {
|
||||||
options = {
|
options = {
|
||||||
mode: textarea.data("mode"),
|
mode: textarea.data("mode"),
|
||||||
theme: 'mdn-like',
|
theme: 'ttcn',
|
||||||
lineWrapping: true,
|
lineWrapping: true,
|
||||||
lineNumbers: true,
|
lineNumbers: true,
|
||||||
scrollbarStyle: null
|
scrollbarStyle: null
|
||||||
|
@ -34,10 +34,6 @@
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor .cm-s-mdn-like.CodeMirror {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.editor h3 {
|
.editor h3 {
|
||||||
font-size : 1em;
|
font-size : 1em;
|
||||||
margin : 0 0 .25em;
|
margin : 0 0 .25em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user