Remove dummy data from database list and tweak the link style

This commit is contained in:
Dan Sosedoff 2016-11-06 19:01:38 -06:00
parent 72325a6cbc
commit 172f9a82d0
3 changed files with 7 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -111,6 +111,7 @@
#sidebar div.tables-list .title span.current-database { #sidebar div.tables-list .title span.current-database {
margin-left: 4px; margin-left: 4px;
cursor: pointer;
} }
#sidebar div.tables-list .title:hover span.refresh { #sidebar div.tables-list .title:hover span.refresh {

View File

@ -242,10 +242,7 @@
</ul> </ul>
</div> </div>
<div id="databases_context_menu"> <div id="databases_context_menu">
<ul class="dropdown-menu" role="menu"> <ul class="dropdown-menu" role="menu"></ul>
<li><a href="#">Database A</a></li>
<li><a href="#">Database B</a></li>
</ul>
</div> </div>
</body> </body>
</html> </html>