Skip to content

Instantly share code, notes, and snippets.

@jcoryalvernaz
Created December 16, 2018 18:38
Show Gist options
  • Save jcoryalvernaz/a468319a16af23371a0c5f677052f19a to your computer and use it in GitHub Desktop.
Save jcoryalvernaz/a468319a16af23371a0c5f677052f19a to your computer and use it in GitHub Desktop.
/*stylize typeahead.js http://twitter.github.io/typeahead.js/css/examples.css */
.tt-menu
{
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
margin-top: 1px;
max-height: 150px;
overflow-y: auto;
width: 300px;
}
.tt-suggestion.tt-cursor
{
background-color: #0097cf;
color: #fff;
cursor: pointer;
}
.tt-suggestion
{
margin: 0;
padding: 6px 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment