2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-06 01:24:28 -06:00

add styling for placeholder element

This commit is contained in:
Adam Misiorny 2015-12-10 22:47:34 +01:00
parent 95cfe5a353
commit 3178aab2cb

View File

@ -317,4 +317,8 @@
.CodeMirror .CodeMirror-code .cm-strikethrough {
text-decoration: line-through;
}
}
.CodeMirror .CodeMirror-placeholder{
opacity: .5;
}