From eddff9e8634a89ea637da3c312ddf74b152c7ae2 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Sun, 17 Jan 2016 09:56:36 -0600 Subject: Added editor placeholder and auto set mode by content existence --- public/css/index.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/css/index.css') diff --git a/public/css/index.css b/public/css/index.css index 3be56065..58d708bf 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -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; -- cgit v1.2.3