diff --git a/static/css/app.css b/static/css/app.css index e0bcf69..5e2d98d 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -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; diff --git a/static/index.html b/static/index.html index e132cee..78c543c 100644 --- a/static/index.html +++ b/static/index.html @@ -14,7 +14,8 @@ - + +
@@ -38,8 +39,9 @@