diff options
| author | 2022-02-21 19:21:12 +0100 | |
|---|---|---|
| committer | 2022-02-21 19:21:12 +0100 | |
| commit | 926ce8ff5f2595bdf29f6a8fb61e8e40adb1251a (patch) | |
| tree | c164face08c34e9cbe1cde806d12d5d2b20f48b3 /app/layout/aside_feed.phtml | |
| parent | d9e31864718236e1539defd8776d88266f681996 (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/layout/aside_feed.phtml')
| -rw-r--r-- | app/layout/aside_feed.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index 0b1680ffb..bb03bdfc6 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -19,7 +19,7 @@ <?php if (FreshRSS_Auth::hasAccess()) { ?> <div class="stick configure-feeds"> <a id="btn-subscription" class="btn btn-important" href="<?= _url('subscription', 'index') ?>"><?= _t('index.menu.subscription') ?></a> - <a id="btn-add" class="btn btn-important" href="<?= _url('subscription', 'add') ?>"><?= _i('add-white') ?></a> + <a id="btn-add" class="btn btn-important" href="<?= _url('subscription', 'add') ?>"><?= _i('add') ?></a> </div> <?php } elseif (FreshRSS_Auth::accessNeedsLogin()) { ?> <a href="<?= _url('index', 'about') ?>"><?= _t('index.menu.about') ?></a> |
