1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:55:55 +00:00

toggle_sidebar: use icon-font

This commit is contained in:
Andrew Dolgov
2018-12-05 22:27:17 +03:00
parent 9703162f57
commit 17d9e14dde
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 510 B

View File

@@ -19,8 +19,8 @@ class Toggle_Sidebar extends Plugin {
?>
<button dojoType="dijit.form.Button" onclick="Feeds.toggle()">
<img src="plugins/toggle_sidebar/application_side_list.png"
title="<?php echo __('Collapse feedlist') ?>">
<i class="material-icons"
title="<?php echo __('Toggle feedlist') ?>">fullscreen</i>
</button>
<?php