diff options
| author | 2013-11-23 17:29:23 +0100 | |
|---|---|---|
| committer | 2013-11-23 17:29:23 +0100 | |
| commit | 6236f2a803185c06331ddd3e5cbdb4499629e1ef (patch) | |
| tree | 4cddfdf0f050408e6c15effd5305df07678aca53 /app/layout/aside_feed.phtml | |
| parent | de4e9d5a85dfb99dcfe7fac765c5af6cd5b5f720 (diff) | |
Encore des alternatives Unicode aux icônes
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/284
Diffstat (limited to 'app/layout/aside_feed.phtml')
| -rw-r--r-- | app/layout/aside_feed.phtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index f737d1e31..a622ce8a3 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -7,9 +7,9 @@ <div class="dropdown"> <div id="dropdown-cat" class="dropdown-target"></div> - <a class="dropdown-toggle btn" href="#dropdown-cat"><i class="icon i_down"></i></a> + <a class="dropdown-toggle btn" href="#dropdown-cat"><i class="icon i_down">▽</i></a> <ul class="dropdown-menu"> - <li class="dropdown-close"><a href="#close"> </a></li> + <li class="dropdown-close"><a href="#close">❌</a></li> <li class="dropdown-header"><?php echo Translate::t ('category'); ?></li> @@ -34,7 +34,7 @@ </li> </ul> </div> - <button class="btn" type="submit"><i class="icon i_add"></i></button> + <button class="btn" type="submit"><i class="icon i_add">✚</i></button> </div> </form></li> |
