1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 05:21:28 +00:00

search keyword highlighting (combined mode only)

This commit is contained in:
Andrew Dolgov
2013-07-31 14:53:34 +04:00
parent 07eb36583c
commit dd90eb2c7a
3 changed files with 54 additions and 5 deletions

View File

@@ -1168,3 +1168,8 @@ body#ttrssPrefs hr {
position : relative;
top : -2px;
}
span.highlight {
background-color : #ffff00;
color : #cc90cc;
}