Merge pull request #50 from qqueue/elasticsearchin

elasticsearch-based search (WIP)
This commit is contained in:
Johnny Ding
2017-05-14 20:06:33 -07:00
committed by GitHub
5 changed files with 184 additions and 15 deletions

View File

@@ -97,4 +97,14 @@ table.torrent-list thead th.sorting_desc:after {
margin-left: 20px;
margin-bottom: 10px;
}
}
}
/* elasticsearch term highlight */
.hlt1 {
font-style: normal;
display: inline-block;
padding: 0 3px;
border-radius: 3px;
border: 1px solid rgba(100, 56, 0, 0.8);
background: rgba(200,127,0,0.3);
}