tern-aui2.0.x
Version:
A Tern plugin adding AlloyUI 2.x support.
30 lines (28 loc) • 568 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;
display: inline-block;
clear: left;
float: left;
}
.CodeMirror-hint-active {
color: white;
background-color: rgb(10,36,106) ;
}