summaryrefslogtreecommitdiff
path: root/public/css/index.css
diff options
context:
space:
mode:
authorWu Cheng-Han2016-01-17 09:56:36 -0600
committerWu Cheng-Han2016-01-17 09:56:36 -0600
commiteddff9e8634a89ea637da3c312ddf74b152c7ae2 (patch)
tree471b9d95b0a6c281b3c25564be6fb560e698d944 /public/css/index.css
parent5c0a36f4d9ea56846b627ddad2cbd4245cc7e00d (diff)
Added editor placeholder and auto set mode by content existence
Diffstat (limited to 'public/css/index.css')
-rw-r--r--public/css/index.css3
1 files changed, 3 insertions, 0 deletions
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;