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.

23 lines
406 B
CSS

.ui-autocomplete {
background:#FFF;
z-index:10002;
position:absolute;
max-height: 150px;
overflow-y: auto;
/*prevent horizontal scrollbar */
overflow-x: hidden;
}
.ui-autocomplete a{
text-decoration:none!important;
border:none!important;
font-size:14px;
}
.ui-autocomplete .ui-menu-item{
width:100%;
cursor:pointer;
padding:4px;
}
.ui-autocomplete .ui-menu-item:hover a{
color:#a31022;
}