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

update button styles

This commit is contained in:
Luke Pulverenti 2016-06-04 23:50:07 -04:00
parent 217234f89d
commit b33a3302ed
109 changed files with 474 additions and 733 deletions

View file

@ -63,11 +63,9 @@
<input type="hidden" id="featureId" name="item_number" value="">
<input type="hidden" name="notify_url" value="https://mb3admin.com/admin/service/services/ppipn.php">
<input type="hidden" name="return" id="paypalReturnUrl" value="#">
<button type="submit" id="ppButton" class="clearButton">
<paper-button raised class="block" style="background-color: #179BD7;color:#fff;">
<iron-icon icon="check"></iron-icon>
<span>${RegisterWithPayPal}</span>
</paper-button>
<button is="emby-button" type="submit" id="ppButton" class="raised block" style="background-color: #179BD7;color:#fff;">
<iron-icon icon="check"></iron-icon>
<span>${RegisterWithPayPal}</span>
</button>
</div>