mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated fontawesome
This commit is contained in:
parent
16f30944f8
commit
8f4f29888e
10 changed files with 197 additions and 16 deletions
|
@ -100,7 +100,7 @@
|
|||
function loadMode(page, mode) {
|
||||
|
||||
$(document.body).prepend('<div class="backdropContainer" style="background-image:url(css/images/splash.jpg);top:0;"></div>');
|
||||
$(page).addClass('lightBackdropPage backdropPage staticBackdropPage');
|
||||
$(page).addClass('backdropPage staticBackdropPage');
|
||||
|
||||
if (mode == 'welcome') {
|
||||
$('.connectLoginForm', page).hide();
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
} else {
|
||||
html += '<div class="cardImage" style="text-align:center;">';
|
||||
|
||||
var icon = server.Id == 'new' ? 'plus-circle' : 'globe';
|
||||
var icon = server.Id == 'new' ? 'plus-circle' : 'server';
|
||||
html += '<i class="fa fa-' + icon + '" style="color:#fff;vertical-align:middle;font-size:100px;"></i>';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue