blob: 048288768d8c6c5ca9312ac6b8f617f77c30661d [file] [log] [blame]
.suggestions {
border: solid 1px #f1f1f1;
position: absolute;
width: 17%;
min-width: 239px;
max-height: 186px;
background: white;
overflow: auto;
box-shadow: 0px 7px 16px 0px rgba(0,0,0,0.2);
z-index: 1000;
}
.suggestions ul {
padding: 0px;
margin: 0px;
}
.autocomplete-container {
min-width: 239px;
}
.suggestions ul li {
list-style: none;
padding: 0px;
margin: 0px;
cursor: pointer;
}
.suggestions ul li a {
padding: 5px;
display: block;
text-decoration: none;
color: #7E7E7E;
}
.suggestions ul li a:hover {
background-color: #f1f1f1;
color: #7E7E7E !important;
}
.complete-selected {
background-color: #0A246A;
}
.complete-selected a {
color: #FFF !important;
}
input[type="search"] {
-webkit-appearance: searchfield;
}
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: searchfield-cancel-button;
}