sublunar.almanac/3rd/css/autocomplete.css

29 lines
514 B
CSS
Raw Normal View History

.ac-renderer{
position: absolute;
border: 1px solid #ccc;
margin-top: -1px;
max-width: 400px;
}
.ac-row {
white-space: nowrap;
position: relative;
cursor: pointer;
padding: 5px;
background-color: #fff;
overflow: hidden !important;
text-overflow: ellipsis;
}
.ac-row .suffix {
font-size:.8em;
color:#ccc;
padding:.1em 0 .1em 5px;
}
.ac-row .type {
font-size:.7em;
color:#aaa;
display:block;
width:100%;
}
.ac-highlighted {font-weight: bold;}
.ac-active {background-color: #eee;}