Skip to content

Instantly share code, notes, and snippets.

@felipemesquita
Created July 27, 2011 20:41
Show Gist options
  • Save felipemesquita/1110326 to your computer and use it in GitHub Desktop.
Save felipemesquita/1110326 to your computer and use it in GitHub Desktop.
div.auto_complete {
width: 350px;
background: #fff;
font-size: 12px;
z-index: 10000;
}
div.auto_complete ul {
border:1px solid #888;
margin:0;
padding:0;
width:100%;
list-style-type:none;
}
div.auto_complete ul li {
margin:0;
padding:3px;
}
div.auto_complete ul li.selected {
background-color: #ffb;
}
div.auto_complete ul strong.highlight {
color: #800;
margin:0;
padding:0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment