mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-16 08:19:05 +00:00
es: implement highlighting
no apologies for styling. somebody else with opinions will fix it later.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user