diff --git a/Jellyfin.Plugin.SkinManager/Configuration/configurationpage.html b/Jellyfin.Plugin.SkinManager/Configuration/configurationpage.html index 3cc9429..c25384a 100644 --- a/Jellyfin.Plugin.SkinManager/Configuration/configurationpage.html +++ b/Jellyfin.Plugin.SkinManager/Configuration/configurationpage.html @@ -42,7 +42,6 @@ loadSkins(); Dashboard.hideLoadingMsg(); }); - function loadSkins(){ var cssOptions = document.getElementById("cssOptions"); var skinVersions = document.getElementById("skinVersions"); @@ -255,4 +254,4 @@ - \ No newline at end of file + diff --git a/README.md b/README.md index 8586711..23fb7e1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Jellyfin Theme Songs Plugin

+

Jellyfin Skin Manager Plugin

Part of the Jellyfin Project

diff --git a/skins-3.0.json b/skins-3.0.json index 7feb856..ce07547 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -220,15 +220,15 @@ { "type": "number", "name": "Border Radius", - "description": "Change the roundness of text box and more default is zero", - "css": "@import url('https://prayag17.github.io/jellyfin-plugin-skin-manager/src/border-radius.css'); :root{--rounding: $px;}", + "description": ":root {--rounding: 0px;}.formDialogHeader {border-top-left-radius: var(--rounding);border-top-right-radius: var(--rounding);}.formDialogFooter {border-bottom-left-radius: var(--rounding);border-bottom-right-radius: var(--rounding);}.cardOverlayContainer {border-radius: var(--rounding) !important;}.toast,.paperList,.cardContent,.sessionNowPlayingInnerContent, .listItem:hover, .cardImage,.fab,.multiSelectCheckboxOutline,.itemSelectionPanel,.cardContent-button, .cardContent-shadow, .itemDetailImage, .cardOverlayButton-hover,.cardImageContainer,.cardPadder,.listItemImage,.listItemImageButton,.listItemButton,.headerButton,.paper-icon-button-light,.innerCardFooter,.blurhash-canvas,.actionSheetMenuItem:hover,.dialog,.listItemIcon,.listItem-border,.button-flat,.visualCardBox,.checkboxOutline,.emby-select-withcolor,.chapterThumbTextContainer,.chapterThumbContainer,.chapterThumb,.emby-input, .emby-textarea, .emby-select-withcolor,.cardOverlayButtonIcon,.subtitleappearance-preview.flex.align-items-center.justify-content-center {border-radius: var(--rounding) !important;}.osdPoster img {border-radius: var(--rounding); border: none;}.mdl-slider::-moz-range-thumb {border-radius: var(--rounding);}.mdl-slider::-ms-thumb {border-radius: var(--rounding);}.mdl-slider::-webkit-slider-thumb {border-radius: var(--rounding);}div[data-role="controlgroup"] a[data-role="button"]:first-child {border-bottom-left-radius: var(--rounding);border-top-left-radius: var(--rounding);}div[data-role="controlgroup"] a[data-role="button"]:last-child {border-bottom-right-radius: var(--rounding);border-top-right-radius: var(--rounding);}", + "css": "", "default":"0" }, { "type": "number", "name": "Backdrop Blur", "description": "adds blur to the backdrop images default is zero", - "css": "@import url('https://prayag17.github.io/jellyfin-plugin-skin-manager/src/bgBlur.css'); :root{--bgblur: blur($px)}", + "css": ":root{--bgblur: blur($px)}.backdropImage {filter: var(--bgblur);}.backgroundContainer.withBackdrop {background-color: rgba(0,0,0,0);}", "default": "0" } ]