summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/content.css4
-rw-r--r--templates/part.content.php2
2 files changed, 5 insertions, 1 deletions
diff --git a/css/content.css b/css/content.css
index 5f3c6be7c..d94adcbe7 100644
--- a/css/content.css
+++ b/css/content.css
@@ -321,6 +321,10 @@
background-image: url('../img/hover_star.svg');
}
+#app-content .utils .share {
+ background-image: url('../img/share.svg');
+}
+
#app-content .utils .more button {
opacity: .3;
}
diff --git a/templates/part.content.php b/templates/part.content.php
index 9fa094e14..c916e88f8 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -94,7 +94,7 @@
class="util"
dropdownToggle
news-stop-propagation>
- <button class="arrow svg dropbtn"
+ <button class="share svg dropbtn"
title="<?php p($l->t('test')); ?>">
</button>
</li>