Skip to content

Instantly share code, notes, and snippets.

View ahmed-hamdy90's full-sized avatar

ahmed hamdy ahmed-hamdy90

  • Idealratings. Ltd
  • Cairo, Egypt
View GitHub Profile
@ahmed-hamdy90
ahmed-hamdy90 / jquery auto-complete style
Last active November 19, 2015 13:29
Bootstrap 3 Style for JQuery Auto-Complete Widget
/* http://docs.jquery.com/UI/Autocomplete#theming*/
.ui-autocomplete {
position: absolute;
cursor: default;
background-color: #CCCCCC;
}
/* workarounds */
html .ui-autocomplete {
width:1px;