aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Themes.php
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-02-21 19:21:12 +0100
committerGravatar GitHub <noreply@github.com> 2022-02-21 19:21:12 +0100
commit926ce8ff5f2595bdf29f6a8fb61e8e40adb1251a (patch)
treec164face08c34e9cbe1cde806d12d5d2b20f48b3 /app/Models/Themes.php
parentd9e31864718236e1539defd8776d88266f681996 (diff)
Improved: icons in same color (#4212)
* delete white plus icon * delete unused icons * Themes * Update flat.css * minimized XML of SVG icons * RTL CSS fix * Update ansum.css Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/Models/Themes.php')
-rw-r--r--app/Models/Themes.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/Models/Themes.php b/app/Models/Themes.php
index 8a0842461..693657fae 100644
--- a/app/Models/Themes.php
+++ b/app/Models/Themes.php
@@ -71,13 +71,11 @@ class FreshRSS_Themes extends Minz_Model {
public static function alt($name) {
static $alts = array(
'add' => '✚',
- 'add-white' => '✚',
'all' => '☰',
'bookmark' => '★',
'bookmark-add' => '✚',
'bookmark-tag' => '🔖',
'category' => '☷',
- 'category-white' => '☷',
'close' => '❌',
'configure' => '⚙',
'down' => '▽',
@@ -85,7 +83,6 @@ class FreshRSS_Themes extends Minz_Model {
'FreshRSS-logo' => '⊚',
'help' => 'ⓘ',
'icon' => '⊚',
- 'import' => '⤓',
'key' => '⚿',
'label' => '🏷️',
'link' => '↗',