summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-17 13:45:38 +0300
committerAndrew Dolgov <[email protected]>2021-02-17 13:45:38 +0300
commit3c14eed1c2e0ad80b521e874762f9a326c33cce5 (patch)
treed315237a820682134bd6dcd331b8e511b054cfa2
parent35b6a881467800d554e3cd548c120ad58d2e9bf7 (diff)
close_button: fix color not applying
-rw-r--r--plugins/close_button/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/close_button/init.php b/plugins/close_button/init.php
index a2ba89478..4f33d1af0 100644
--- a/plugins/close_button/init.php
+++ b/plugins/close_button/init.php
@@ -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) {