Use number instead of slider for bg blur and border radius & remove some over lapping code
This commit is contained in:
@@ -97,25 +97,25 @@
|
||||
"type": "checkBox",
|
||||
"name": "Sea Gradient",
|
||||
"description": "changes the Jellyfin themed Hover gradient",
|
||||
"css": "@import url('https://prayag17.github.io/JellySkin/seaGradient.css');"
|
||||
"css": "@import url('https://prayag17.github.io/JellySkin/seaGradient.css');",
|
||||
},
|
||||
{
|
||||
"type": "checkBox",
|
||||
"name": "Sunset Gradient",
|
||||
"description": "changes the Jellyfin themed Hover gradient",
|
||||
"css": "@import url('https://prayag17.github.io/JellySkin/sunsetGradient.css');"
|
||||
"css": "@import url('https://prayag17.github.io/JellySkin/sunsetGradient.css');",
|
||||
},
|
||||
{
|
||||
"type": "checkBox",
|
||||
"name": "Night Sky Gradient",
|
||||
"description": "changes the Jellyfin themed Hover gradient",
|
||||
"css": "@import url('https://prayag17.github.io/JellySkin/nightSkyGradient.css');"
|
||||
"css": "@import url('https://prayag17.github.io/JellySkin/nightSkyGradient.css');",
|
||||
},
|
||||
{
|
||||
"type": "checkBox",
|
||||
"name": "Morning Gradient",
|
||||
"description": "changes the Jellyfin themed Hover gradient",
|
||||
"css": "@import url('https://prayag17.github.io/JellySkin/morningGradient.css');"
|
||||
"css": "@import url('https://prayag17.github.io/JellySkin/morningGradient.css');",
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -174,13 +174,6 @@
|
||||
"css": "h1 {font-size: $em;}",
|
||||
"default": "1.8"
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
"name": "Modify rounding",
|
||||
"description": "Amount of rounding. Zero is none.",
|
||||
"css": ".formDialogHeader {border-top-left-radius: $px;border-top-right-radius: $px;}formDialogFooter{border-bottom-left-radius: $px;border-bottom-right-radius: $px;}.cardOverlayContainer{border-radius: $px !important;}.cardOverlayButtonIcon{border-radius:$px!important;}.osdPoster img{border-radius: $px; }.mdl-slider::-moz-range-thumb {border-radius: $px;}.mdl-slider::-ms-thumb {border-radius: $px;}.mdl-slider::-webkit-slider-thumb{border-radius: $px;}div[data-role='controlgroup'] a[data-role='button']:first-child {border-bottom-left-radius: $px;border-top-left-radius: $px;}div[data-role='controlgroup'] a[data-role='button']:last-child{border-bottom-right-radius: $px;border-top-right-radius:$px;}progress{border-radius: $px;}progress::-webkit-progress-bar{border-radius: $px;}progress::-moz-progress-bar{border-radius:$px;}progress::-webkit-progress-value {border-radius: $px;}.taskProgressOuter,.taskProgressInner{border-radius: $px !important;}::-webkit-scrollbar-thumb{border-radius:$px;}.innerCardFooter {border-radius: 0px $px !important; }.countIndicator, .playedIndicator {border-radius: 0px $px !important;}",
|
||||
"default": "0"
|
||||
},
|
||||
{
|
||||
"type": "colorPicker",
|
||||
"mode":"rgba",
|
||||
@@ -196,14 +189,6 @@
|
||||
"css": ".mainDrawer-scrollContainer { color: $; }",
|
||||
"default":"#ffffff"
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
"step": "0.1",
|
||||
"name": "Image Edge Rounded",
|
||||
"description": "Modifies the color of the left menu panel.",
|
||||
"css": ".cardContent-button,.itemDetailImage { border-radius: $em;}",
|
||||
"default":"0"
|
||||
},
|
||||
{
|
||||
"type": "checkBox",
|
||||
"name": "Enlarge Tab Buttons",
|
||||
@@ -233,16 +218,14 @@
|
||||
"default":"#ffffff"
|
||||
},
|
||||
{
|
||||
"type": "slider",
|
||||
"step": "0.1",
|
||||
"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;}",
|
||||
"default":"0"
|
||||
},
|
||||
{
|
||||
"type": "slider",
|
||||
"step": "0.1",
|
||||
"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)}",
|
||||
|
||||
Reference in New Issue
Block a user