From c7a265fedf1b4e3ea08575e59ee14a1b3636d629 Mon Sep 17 00:00:00 2001 From: Greg Date: Wed, 20 Oct 2021 21:14:19 -0400 Subject: 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 --- CHANGELOG.md | 1 + css/navigation.css | 8 ++++++++ img/add_folder.svg | 1 + img/rss_unread.svg | 6 ++++++ templates/part.navigation.addfolder.php | 2 +- templates/part.navigation.unreadfeed.php | 2 +- 6 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 img/add_folder.svg create mode 100644 img/rss_unread.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 855092708..e8e77ddbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1 ## [16.x.x] ### Changed +- Updated "New Folder" and "All articles" icons to differentiate them from "Subscribe" and "All articles". ### Fixed diff --git a/css/navigation.css b/css/navigation.css index e9d2e6ac5..dda57038a 100644 --- a/css/navigation.css +++ b/css/navigation.css @@ -99,6 +99,14 @@ background-image: url('../img/rss.svg') !important; } +.icon-rss-unread { + background-image: url('../img/rss_unread.svg') !important; +} + +.icon-add-folder { + background-image: url('../img/add_folder.svg') !important; +} + .icon-facebook { background-image: url('../img/facebook.svg') !important; } diff --git a/img/add_folder.svg b/img/add_folder.svg new file mode 100644 index 000000000..5446d8631 --- /dev/null +++ b/img/add_folder.svg @@ -0,0 +1 @@ + diff --git a/img/rss_unread.svg b/img/rss_unread.svg new file mode 100644 index 000000000..cb7e52eac --- /dev/null +++ b/img/rss_unread.svg @@ -0,0 +1,6 @@ + + + + + + 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 @@