mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:55:56 +00:00
only enable colored favicons in vfeeds; fix RGB triplet packing
This commit is contained in:
@@ -529,8 +529,8 @@ class Feeds extends Handler_Protected {
|
||||
id=\"RROW-$id\" $mouseover_attrs'>";
|
||||
|
||||
//setting feed headline background color, needs to change text color based on dark/light
|
||||
$favColor = explode("|", $line['favicon_avg_color']);
|
||||
$reply['content'] .= "<div class=\"cdmHeader\" style=\"background-color: rgb($favColor[0], $favColor[1], $favColor[2]);\">";
|
||||
$fav_color = $line['favicon_avg_color'];
|
||||
$reply['content'] .= "<div class=\"cdmHeader\" style=\"background-color: $fav_color;\">";
|
||||
$reply['content'] .= "<div style=\"vertical-align : middle\">";
|
||||
|
||||
$reply['content'] .= "<input dojoType=\"dijit.form.CheckBox\"
|
||||
|
||||
Reference in New Issue
Block a user