mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
close_button: fix color not applying
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user