You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DS7/DispatchWeb/Content/css/autocomplete.css

21 lines
307 B
CSS

.autocomplete-hint{
border:1px solid #e7e7e7;
/*overflow:auto;*/
background-color:white
}
.autocomplete-hint-selected{
background:#f2f2f2;
}
.autocomplete-hint-item {
cursor: pointer;
line-height: 28px;
padding-left: 8px;
}
.autocomplete-hightlight{
color:red;
}