diff options
| author | 2022-01-12 23:04:59 +0100 | |
|---|---|---|
| committer | 2022-01-12 23:04:59 +0100 | |
| commit | d2b6fe099a223eb383c6d9e044fb5b71a14f0e23 (patch) | |
| tree | fb68764ac1360a9d916571c164b34129cc295605 /app/Models/Themes.php | |
| parent | f94ec779e66ca7203cd3cf1e807bcf3c983ed736 (diff) | |
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
Diffstat (limited to 'app/Models/Themes.php')
| -rw-r--r-- | app/Models/Themes.php | 3 |
1 files changed, 3 insertions, 0 deletions
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' => '⚐', |
