ex-mode/styles/ex-mode.less
Dagan McGregor 928e5626fd Update ex-mode.less
Display ':' at start of the command input
2015-06-21 03:29:18 +12:00

12 lines
307 B
Text

// The ui-variables file is provided by base themes provided by Atom.
//
// See https://github.com/atom/atom-dark-ui/blob/master/styles/ui-variables.less
// for a full listing of what's available.
@import "ui-variables";
.ex-mode {
}
.command-mode-input atom-text-editor[mini]::before {
content: ":";
}