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

improved tile styles

This commit is contained in:
Luke Pulverenti 2013-04-25 20:52:55 -04:00
parent 322cc9ebe9
commit 6510868c48
9 changed files with 307 additions and 130 deletions

View file

@ -55,7 +55,7 @@
var color = plugin.tileColor || LibraryBrowser.getMetroColor(plugin.name);
html += "<div class='posterItemText' style='background:" + color + "'>";
html += "<div class='posterItemText posterItemTextCentered' style='background:" + color + "'>";
var installedPlugin = installedPlugins.filter(function (ip) {
return ip.Name == plugin.name;