close_button: fix color not applying

master
Andrew Dolgov 4 years ago
parent 35b6a88146
commit 3c14eed1c2

@ -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) {

Loading…
Cancel
Save