UI and design tweaks

This commit is contained in:
Dan Sosedoff
2017-10-13 23:04:19 -05:00
parent fc01b1db81
commit 046022221e
4 changed files with 68 additions and 24 deletions

View File

@@ -114,16 +114,29 @@
#sidebar input.typeahead {
display: none;
width: 160px;
background: #79589f;
width: 200px;
height: 22px;
color: black;
color: #fff;
font-weight: normal;
outline: none;
border: 0px none;
}
#sidebar input.typeahead::-webkit-input-placeholder {
color: #d6cce2;
}
#sidebar ul.typeahead {
margin-left: 30px;
overflow-y: auto;
max-height: 300px;
z-index: 999;
}
#sidebar ul.typeahead a {
font-size: 13px;
padding: 3px 10px;
}
#sidebar div.tables-list {
@@ -692,4 +705,4 @@
.ace_active-line {
background: none !important;
}
}