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
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Close_Button extends Plugin {
}
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) {