UI and design tweaks
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user