mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
update icons
This commit is contained in:
@@ -281,7 +281,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
"thirdparty/paper-toast/paper-toast.html",
|
||||
"thirdparty/paper-spinner/paper-spinner.html",
|
||||
//"thirdparty/paper-icon-button/paper-icon-button.html",
|
||||
"thirdparty/iron-icons/iron-icons.html"
|
||||
"thirdparty/iron-icons/emby-icons.html"
|
||||
};
|
||||
var importsHtml = string.Join("", imports.Select(i => "<link rel=\"import\" href=\"" + i + "\">").ToArray());
|
||||
|
||||
@@ -651,7 +651,6 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
"userimage.css",
|
||||
"livetv.css",
|
||||
"nowplaying.css",
|
||||
"icons.css",
|
||||
"materialize.css"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user