update icons

This commit is contained in:
Luke Pulverenti 2016-07-23 14:43:07 -04:00
parent ae765e2aa9
commit f52a94d778
57 changed files with 144 additions and 126 deletions

View file

@ -14,8 +14,8 @@
<p>${WindowsServiceIntro2}</p>
<div class="wizardNavigation">
<button is="emby-button" type="button" class="raised subdued" onclick="history.back();"><iron-icon icon="arrow-back"></iron-icon><span>${LabelPrevious}</span></button>
<button is="emby-button" type="button" id="btnNextPage" class="raised accent"><iron-icon icon="arrow-forward"></iron-icon><span>${LabelNext}</span></button>
<button is="emby-button" type="button" class="raised subdued" onclick="history.back();"><i class="md-icon">arrow_back</i><span>${LabelPrevious}</span></button>
<button is="emby-button" type="button" id="btnNextPage" class="raised accent"><span>${LabelNext}</span><i class="md-icon">arrow_forward</i></button>
</div>
</div>