mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:15:55 +00:00
toggle_sidebar: use icon-font
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 510 B |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user