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

fix button colors

This commit is contained in:
Luke Pulverenti 2016-09-09 16:06:27 -04:00
parent 59870d9219
commit 29f295b69c
6 changed files with 9 additions and 5 deletions

View file

@ -9,7 +9,7 @@
<h1 style="float:left;">
${WelcomeToProject}
</h1>
<a href="https://github.com/MediaBrowser/Wiki/wiki/Quick%20start" target="_blank" class="clearLink" style="float:right;margin-top:20px;"><button is="emby-button" type="button" class="raised secondary mini"><i class="md-icon">info</i><span>${ButtonQuickStartGuide}</span></button></a>
<a href="https://github.com/MediaBrowser/Wiki/wiki/Quick%20start" target="_blank" class="clearLink" style="float:right;margin-top:20px;"><button is="emby-button" type="button" class="raised button-accent mini"><i class="md-icon">info</i><span>${ButtonQuickStartGuide}</span></button></a>
</div>
<br style="clear:both;" />