mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update icons
This commit is contained in:
parent
902dc76b59
commit
155f14246b
29 changed files with 301 additions and 170 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue