Merge pull request #89 from Po1o/master

Make cmd-line in ex-mode look like in vim-mode
This commit is contained in:
Loic Nageleisen 2015-08-03 12:10:58 +02:00
commit 2a2669f46f

View file

@ -10,3 +10,15 @@
div[is=ex-command-mode-input] atom-text-editor[mini]::before { div[is=ex-command-mode-input] atom-text-editor[mini]::before {
content: ":"; content: ":";
} }
.command-mode-input atom-text-editor[mini] {
background-color: inherit;
border: none;
width: 100%;
font-weight: normal;
color: @text-color;
line-height: 1.28;
cursor: default;
white-space: nowrap;
padding-left: 10px;
}