withfront
Version:
Tools for frontend development especially with Bootstrap 3.x and jQuery 3.x also FontAwesome, jsCookie and more
35 lines (34 loc) • 752 B
CSS
/* TypeAhead styles - https://twitter.github.io/typeahead.js/ */
.twitter-typeahead {width: 100%; background: #FFFFFF;}
.twitter-typeahead .form-control {float: none;}
.tt-input {
}
.tt-hint {
}
.tt-menu {
width: 100%;
background-clip: padding-box;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
float: left;
font-size: 14px;
left: -35;
padding: 10px 0;
}
.tt-suggestion {
padding: 5px 10px;
width: 100%;
margin: 0px;
}
.tt-suggestion:hover {
background-color: #eeeeee;
}
.tt-cursor {
background-color: #eeeeee;
}
.tt-highlight {
background: #DAFDFF;
}
/* TypeAhead END */