Search for database with autocomplete

This commit is contained in:
Jason Ye
2017-10-06 10:15:44 -04:00
committed by Dan Sosedoff
parent ed7557c5da
commit fc01b1db81
4 changed files with 52 additions and 23 deletions

View File

@@ -101,7 +101,8 @@
top: 18px;
}
#sidebar span.current-database {
#sidebar span.current-database,
#sidebar input.typeahead {
margin-left: 30px;
display: inline-block;
width: 200px;
@@ -111,6 +112,20 @@
text-overflow: ellipsis;
}
#sidebar input.typeahead {
display: none;
width: 160px;
height: 22px;
color: black;
font-weight: normal;
}
#sidebar ul.typeahead {
margin-left: 30px;
overflow-y: auto;
max-height: 300px;
}
#sidebar div.tables-list {
position: absolute;
right: 0;