Add button to refresh tables to sidebar header

This commit is contained in:
Dan Sosedoff
2015-01-03 20:20:18 -06:00
parent 9b0b71363f
commit 1123f24fb8
4 changed files with 575 additions and 545 deletions

View File

@@ -103,6 +103,22 @@
overflow: auto;
}
#sidebar div.tables-list .title:hover span.refresh {
display: inline-block;
}
#sidebar div.tables-list .title span.refresh {
float: right;
margin-right: 4px;
cursor: pointer;
color: #95a7b7;
display: none;
}
#sidebar div.tables-list .title span.refresh:hover {
color: #fff;
}
#sidebar div.tables-list #tables {
padding: 33px 0 0;
font-size: 13px;