rework autocomplete: update jquery.textcomplete to v1.3.3

This commit is contained in:
rabuzarus 2016-04-15 02:02:54 +02:00 committed by Roland Haeder
parent cc7d1d453b
commit 46f5fc0a09
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
7 changed files with 671 additions and 73 deletions

View file

@ -0,0 +1,33 @@
/* Sample */
.dropdown-menu {
border: 1px solid #ddd;
background-color: white;
}
.dropdown-menu li {
border-top: 1px solid #ddd;
padding: 2px 5px;
}
.dropdown-menu li:first-child {
border-top: none;
}
.dropdown-menu li:hover,
.dropdown-menu .active {
background-color: rgb(110, 183, 219);
}
/* SHOULD not modify */
.dropdown-menu {
list-style: none;
padding: 0;
margin: 0;
}
.dropdown-menu a:hover {
cursor: pointer;
}