Update ex-mode.less

Display ':' at start of the command input
This commit is contained in:
Dagan McGregor 2015-06-21 03:29:18 +12:00
parent bf0f492740
commit 928e5626fd

View file

@ -6,3 +6,7 @@
.ex-mode { .ex-mode {
} }
.command-mode-input atom-text-editor[mini]::before {
content: ":";
}