##// END OF EJS Templates
add '=' to greedy completer delims...
add '=' to greedy completer delims closes #2657 Signed-off-by: MinRK <benjaminrk@gmail.com>

File last commit:

r8053:58574fbf
r9207:c924f193
Show More
dialog.css
26 lines | 449 B | text/css | CssLexer
.CodeMirror-dialog {
position: relative;
}
.CodeMirror-dialog > div {
position: absolute;
top: 0; left: 0; right: 0;
background: white;
border-bottom: 1px solid #eee;
z-index: 15;
padding: .1em .8em;
overflow: hidden;
color: #333;
}
.CodeMirror-dialog input {
border: none;
outline: none;
background: transparent;
width: 20em;
color: inherit;
font-family: monospace;
}
.CodeMirror-dialog button {
font-size: 70%;
}