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

update icons

This commit is contained in:
Luke Pulverenti 2016-06-18 16:31:22 -04:00
parent 902dc76b59
commit 155f14246b
29 changed files with 301 additions and 170 deletions

View file

@ -1,4 +1,4 @@
define(['datetime', 'jQuery'], function (datetime, $) {
define(['datetime', 'jQuery', 'material-icons'], function (datetime, $) {
function getNode(item, folderState, selected) {
@ -60,7 +60,7 @@
var htmlName = "<div class='" + cssClass + "'>";
if (item.LockData) {
htmlName += '<iron-icon icon="lock" style="height:18px"></iron-icon>';
htmlName += '<i class="md-icon">lock</i>';
}
htmlName += name;