Merge pull request #89 from Po1o/master
Make cmd-line in ex-mode look like in vim-mode
This commit is contained in:
commit
2a2669f46f
1 changed files with 12 additions and 0 deletions
|
|
@ -10,3 +10,15 @@
|
|||
div[is=ex-command-mode-input] atom-text-editor[mini]::before {
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue