From d2b6fe099a223eb383c6d9e044fb5b71a14f0e23 Mon Sep 17 00:00:00 2001 From: maTh Date: Wed, 12 Jan 2022 23:04:59 +0100 Subject: Improvement: menu icons (#4004) * default icons * icons Flat theme * icons Swage theme * icon gets bright when hover: Ansum theme * icon gets bright when hover: Blue lagoon theme * icon gets bright when hover: Origine/Origine Compact theme * compressed SVG * Better formated SVG/XML files * Update bookmark-tag.svg --- app/Models/Themes.php | 3 +++ app/layout/nav_menu.phtml | 6 +++--- p/themes/Ansum/_components.scss | 4 ++++ p/themes/Ansum/ansum.css | 5 ++++- p/themes/Ansum/ansum.rtl.css | 5 ++++- p/themes/BlueLagoon/BlueLagoon.css | 4 ++++ p/themes/BlueLagoon/BlueLagoon.rtl.css | 4 ++++ p/themes/Flat/icons/bookmark-tag.svg | 3 +++ p/themes/Flat/icons/sort-down.svg | 3 +++ p/themes/Flat/icons/sort-up.svg | 3 +++ p/themes/Origine-compact/origine-compact.css | 4 ++++ p/themes/Origine-compact/origine-compact.rtl.css | 4 ++++ p/themes/Origine/origine.css | 4 ++++ p/themes/Origine/origine.rtl.css | 4 ++++ p/themes/Swage/icons/bookmark-add.svg | 10 ++++++---- p/themes/Swage/icons/bookmark-tag.svg | 3 +++ p/themes/Swage/icons/sort-down.svg | 3 +++ p/themes/Swage/icons/sort-up.svg | 3 +++ p/themes/icons/bookmark-add.svg | 10 +++++----- p/themes/icons/bookmark-tag.svg | 3 +++ p/themes/icons/sort-down.svg | 3 +++ p/themes/icons/sort-up.svg | 3 +++ 22 files changed, 80 insertions(+), 14 deletions(-) create mode 100644 p/themes/Flat/icons/bookmark-tag.svg create mode 100644 p/themes/Flat/icons/sort-down.svg create mode 100644 p/themes/Flat/icons/sort-up.svg create mode 100644 p/themes/Swage/icons/bookmark-tag.svg create mode 100644 p/themes/Swage/icons/sort-down.svg create mode 100644 p/themes/Swage/icons/sort-up.svg create mode 100644 p/themes/icons/bookmark-tag.svg create mode 100644 p/themes/icons/sort-down.svg create mode 100644 p/themes/icons/sort-up.svg diff --git a/app/Models/Themes.php b/app/Models/Themes.php index 61d62cd1b..8a0842461 100644 --- a/app/Models/Themes.php +++ b/app/Models/Themes.php @@ -75,6 +75,7 @@ class FreshRSS_Themes extends Minz_Model { 'all' => '☰', 'bookmark' => '★', 'bookmark-add' => '✚', + 'bookmark-tag' => '🔖', 'category' => '☷', 'category-white' => '☷', 'close' => '❌', @@ -100,6 +101,8 @@ class FreshRSS_Themes extends Minz_Model { 'refresh' => '🔃', //↻ 'search' => '🔍', 'share' => '♺', + 'sort-down' => '↓', + 'sort-up' => '↑', 'starred' => '★', 'stats' => '%', 'tag' => '⚐', diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml index 758463420..7fa7ad7cf 100644 --- a/app/layout/nav_menu.phtml +++ b/app/layout/nav_menu.phtml @@ -32,7 +32,7 @@