1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:45:56 +00:00

reorganize theme support; add some themeable icons; add neon theme

This commit is contained in:
Andrew Dolgov
2010-01-14 16:11:54 +03:00
parent dce46cade3
commit b97e6e0267
99 changed files with 1071 additions and 90 deletions

View File

@@ -526,7 +526,7 @@ function parse_counters(reply, scheduled_call) {
}
if (row_needs_hl) {
if (row_needs_hl && getInitParam("theme") != 'neon') {
new Effect.Highlight(feedr, {duration: 1, startcolor: "#fff7d5",
queue: { position:'end', scope: 'EFQ-' + id, limit: 1 } } );