tern-guess-types
Version:
A Tern plugin for guessing types.
27 lines (25 loc) • 513 B
CSS
.CodeMirror-hints {
position: absolute;
z-index: 10;
border : double rgb(212, 208, 200) 3px;
max-height: 200px;
max-width: 400px;
min-width: 400px;
overflow: auto;
background: white;
font-family: Tahoma;
font-size: 12px;
padding: 0px;
}
.CodeMirror-hint {
margin: 0px;
padding: 0px;
border: 0px solid transparent;
list-style-type: none;
cursor: pointer;
white-space: nowrap;
}
.CodeMirror-hint-active {
color: white;
background-color: rgb(10,36,106) ;
}