sublunar.almanac/3rd/css/autocomplete.css
Sublunar Space b16fa60929 removed deprecated JS
completed import of 3rd party dependencies

added url to README.md

init GitHub version "Hermes 1.0b"
2018-12-09 13:25:20 +01:00

28 lines
514 B
CSS

.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;}