1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update icons

This commit is contained in:
Luke Pulverenti 2016-06-18 16:31:22 -04:00
parent 902dc76b59
commit 155f14246b
29 changed files with 301 additions and 170 deletions

View file

@ -17,7 +17,10 @@
</div>
</div>
<div style="text-align:right;">
<button is="emby-button" type="button" class="raised btnSync subdued"><iron-icon icon="sync"></iron-icon><span>${ButtonConvertMedia}</span></button>
<button is="emby-button" type="button" class="raised btnSync subdued">
<i class="md-icon">sync</i>
<span>${ButtonConvertMedia}</span>
</button>
<progress max="100" min="0" style="width:100px;display:none;" class="syncProgress"></progress>
</div>
<br />