Add the typeahead search with basic styling. re #79
This commit is contained in:
parent
c0a6c74369
commit
1899f701ec
2 changed files with 36 additions and 1 deletions
|
@ -55,6 +55,35 @@
|
|||
|
||||
.panel-heading { padding: 10px 7px; }
|
||||
|
||||
.tt-dropdown-menu {
|
||||
width: 322px;
|
||||
text-align: left;
|
||||
margin-top: 6px;
|
||||
/*color: #000066;*/
|
||||
padding: 4px 0;
|
||||
background-color: #fff;
|
||||
border: 1px solid #DDD;
|
||||
}
|
||||
|
||||
.tt-header {
|
||||
border-bottom: 1px solid #DDD;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.tt-suggestion {
|
||||
padding: 3px 20px;
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
.tt-suggestion.tt-cursor {
|
||||
/*color: #1c1c1c;*/
|
||||
background-color: #EEE;
|
||||
}
|
||||
|
||||
.tt-suggestion p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
{{? it.server_side_rendering == 0}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue