Added editor placeholder and auto set mode by content existence

This commit is contained in:
Wu Cheng-Han 2016-01-17 09:56:36 -06:00
parent 5c0a36f4d9
commit eddff9e863
5 changed files with 31 additions and 14 deletions

File diff suppressed because one or more lines are too long

View file

@ -19,6 +19,9 @@ body {
overflow-y: hidden !important;
-webkit-overflow-scrolling: touch;
}
.CodeMirror-placeholder {
color: #777 !important;
}
.CodeMirror-scroll {
overflow-x: hidden !important;
overflow-y: auto !important;