toggle_sidebar: use icon-font
This commit is contained in:
parent
9703162f57
commit
17d9e14dde
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
|
||||
|
|
Loading…
Reference in New Issue