From 6364927f99106d6f26ff724233ec7b473f0c855a Mon Sep 17 00:00:00 2001 From: Prayag Date: Thu, 13 May 2021 12:26:26 +0530 Subject: [PATCH] Add new option and change the preview for blur --- .../Configuration/configurationpage.html | 10 +++--- skins-3.0.json | 34 +++++++++++++++++++ 2 files changed, 40 insertions(+), 4 deletions(-) diff --git a/Jellyfin.Plugin.SkinManager/Configuration/configurationpage.html b/Jellyfin.Plugin.SkinManager/Configuration/configurationpage.html index d8145b6..0bbd7cf 100644 --- a/Jellyfin.Plugin.SkinManager/Configuration/configurationpage.html +++ b/Jellyfin.Plugin.SkinManager/Configuration/configurationpage.html @@ -338,7 +338,7 @@ '
' + '
' + description + '
' + '
' + - '
'; + '
'; return html; } @@ -400,7 +400,7 @@ var css = $("#cssOptions").val(); savedHtml += document.getElementById("cssOptions").innerHTML; var checkboxes = document.getElementsByClassName("checkbox"); - + var selectedOptions = $(".checkbox:checked") .map(function() { return this.getAttribute("data-css"); @@ -413,7 +413,7 @@ //proccess selector var selectors = document.getElementsByClassName("selector"); - for (var i = 0;i