1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:25:59 +00:00

close_button: fix color not applying

This commit is contained in:
Andrew Dolgov
2021-02-17 13:45:38 +03:00
parent 35b6a88146
commit 3c14eed1c2

View File

@@ -15,7 +15,7 @@ class Close_Button extends Plugin {
} }
function get_css() { function get_css() {
return "i.icon-close-article { color : red; }"; return ".post .header .buttons i.material-icons.icon-close-article { color : red; }";
} }
function hook_article_button($line) { function hook_article_button($line) {