Added autocompletion

This commit is contained in:
Marcin Kurczewski
2014-10-05 13:25:40 +02:00
parent b57fee0ad8
commit adfc120642
11 changed files with 320 additions and 31 deletions

23
public_html/css/tags.css Normal file
View File

@ -0,0 +1,23 @@
.autocomplete {
position: absolute;
display: none;
z-index: 10;
}
.autocomplete ul {
list-style-type: none;
padding: 0 0 !important;
margin: 0 !important;
border: 2px solid #5da;
background: white;
display: block !important;
text-align: left;
}
.autocomplete li {
margin: 0;
padding: 0.1em 0.5em !important;
}
.autocomplete li.active {
background: #5da;
}