Skip to content

Instantly share code, notes, and snippets.

@salkar
Forked from bhays/Typeahead-BS3-css
Last active August 29, 2015 14:05
Show Gist options
  • Save salkar/9dfa2a006c7eb0b745bf to your computer and use it in GitHub Desktop.
Save salkar/9dfa2a006c7eb0b745bf to your computer and use it in GitHub Desktop.
.twitter-typeahead {
display: block !important;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
margin-bottom: 0;
}
.tt-hint {
color: #999;
}
.tt-dropdown-menu {
min-width: 160px;
margin-top: 2px;
padding: 5px 0;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.tt-suggestion {
display: block;
padding: 3px 20px;
}
.tt-suggestion.tt-cursor {
color: #fff;
background-color: #428bca;
}
.tt-suggestion.tt-cursor a {
color: #fff;
}
.tt-suggestion p {
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment