es: implement highlighting

no apologies for styling. somebody else with opinions will fix it later.
This commit is contained in:
queue
2017-05-14 02:19:42 -06:00
parent 3cbe2e4221
commit 8c951210d4
3 changed files with 15 additions and 2 deletions

View File

@@ -92,4 +92,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);
}