summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGreg <greg@toolstack.com>2021-10-20 21:14:19 -0400
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-10-21 16:02:34 +0200
commitc7a265fedf1b4e3ea08575e59ee14a1b3636d629 (patch)
tree2d78d693001aa0ff3981481cd1dfbd1d9b65148c /templates
parent9a633711708a01abbe098fe42d2608acf235a4e6 (diff)
Update add folder and unread feed icons
Give both add folder and unread feed icons their own unique icons instead of sharing them with subscribe and all articles. Signed-off-by: Greg Ross <greg@toolstack.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/part.navigation.addfolder.php2
-rw-r--r--templates/part.navigation.unreadfeed.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.navigation.addfolder.php b/templates/part.navigation.addfolder.php
index 437c35c71..ead26beb5 100644
--- a/templates/part.navigation.addfolder.php
+++ b/templates/part.navigation.addfolder.php
@@ -1,7 +1,7 @@
<li class="add-new">
<div class="heading">
<button
- class="icon-add"
+ class="icon-add-folder"
data-apps-slide-toggle="#new-folder"
news-focus="#new-folder [name='folderName']">
<?php p($l->t('New Folder'))?>
diff --git a/templates/part.navigation.unreadfeed.php b/templates/part.navigation.unreadfeed.php
index ac92625af..4b45b6d06 100644
--- a/templates/part.navigation.unreadfeed.php
+++ b/templates/part.navigation.unreadfeed.php
@@ -4,7 +4,7 @@
}"
class="subscriptions-feed with-counter with-menu">
- <a class="icon-rss" ng-href="#/items/unread/" >
+ <a class="icon-rss-unread" ng-href="#/items/unread/" >
<?php p($l->t('Unread articles'))?>
</a>