close_button: fix color not applying
This commit is contained in:
parent
35b6a88146
commit
3c14eed1c2
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue