Upgrade typeahead to 0.10.2
This commit is contained in:
parent
d2e39e5eed
commit
a2a6652487
5 changed files with 38 additions and 1159 deletions
|
@ -22,7 +22,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="resources/Magnific-Popup/magnific-popup.css?v={{=it.version}}" media="screen" />
|
||||
<script type="text/javascript" src="resources/doT/doT.min.js?v={{=it.version}}"></script>
|
||||
<script type="text/javascript" src="resources/lru/lru.js?v={{=it.version}}"></script>
|
||||
<script type="text/javascript" src="resources/typeahead/typeahead.js?v={{=it.version}}"></script>
|
||||
<script type="text/javascript" src="resources/typeahead/typeahead.bundle.min.js?v={{=it.version}}"></script>
|
||||
{{?}}
|
||||
<script type="text/javascript" src="util.js"></script>
|
||||
<link rel="related" href="{{=it.opds_url}}" type="application/atom+xml;profile=opds-catalog" title="{{=it.title}}" />
|
||||
|
|
|
@ -337,6 +337,7 @@ width:100%;
|
|||
{
|
||||
vertical-align: middle;
|
||||
width: 100%;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.tt-hint, .tt-query {
|
||||
|
@ -386,7 +387,7 @@ width: 100%;
|
|||
line-height: 14px;
|
||||
}
|
||||
|
||||
.tt-suggestion.tt-is-under-cursor {
|
||||
.tt-suggestion.tt-cursor {
|
||||
color: #1c1c1c;
|
||||
background-color: #778899;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue