Revert Json Structure

This commit is contained in:
Prayag
2020-12-21 13:59:21 +05:30
committed by GitHub
parent ab116bd4c7
commit 5acc963a56

View File

@@ -210,9 +210,6 @@
"author": "you", "author": "you",
"description": "customize the look of jellyfin by your needs", "description": "customize the look of jellyfin by your needs",
"defaultCss": "/*Custom*/", "defaultCss": "/*Custom*/",
"categories": [
{
"name": "Fonts",
"options": [ "options": [
{ {
"type": "selector", "type": "selector",
@@ -268,7 +265,7 @@
"mode":"rgba", "mode":"rgba",
"name": "Accent color", "name": "Accent color",
"description": "Choose a custom accent color to use with the theme.", "description": "Choose a custom accent color to use with the theme.",
"css": ".countIndicator {background: rgba($,0.8);}.playedIndicator, .innerCardFooter /*Accenting*/.button-flat:hover {background: rgba($,0.25);}.paper-icon-button-light:hover { background-color: rgba($,0.25) !important;}.subtitleappearance-preview { background: linear-gradient(140deg,rgba($),#111) !important;}.navMenuOption-selected, .selectionCommandsPanel { background: rgba($, 0.8) !important;}.raised,.fab,a[data-role='button'] { background: rgba($, 0.8) !important;transition: all 0.2s !important;} /*Glow accent*/ .raised.homeLibraryButton {box-shadow: 0px 0px 5px rgba($, 0) !important; border: solid 1px rgba($,0) !important;}.cardOverlayContainer:hover,.dialog,..raised.homeLibraryButton:hover { box-shadow: 0px 0px 5px rgb($) !important; border: solid 1px rgba($,0.6) !important;}.cardOverlayContainer { border: solid 1px rgba($,0.0) !important;}" "css": ".countIndicator {background: rgba($,0.8);}.playedIndicator, .innerCardFooter /*Accenting*/.button-flat:hover {background: rgba($,0.25);}.paper-icon-button-light:hover { background-color: rgba($,0.25) !important;}.subtitleappearance-preview { background: linear-gradient(140deg,rgba($),#111) !important;}.navMenuOption-selected, .selectionCommandsPanel { background: rgba($, 0.8) !important;}.raised,.fab,a[data-role='button'] { background: rgba($, 0.8) !important;\ttransition: all 0.2s !important;} /*Glow accent*/ .raised.homeLibraryButton {box-shadow: 0px 0px 5px rgba($, 0) !important; border: solid 1px rgba($,0) !important;}.cardOverlayContainer:hover,.dialog,..raised.homeLibraryButton:hover { box-shadow: 0px 0px 5px rgb($) !important; border: solid 1px rgba($,0.6) !important;}.cardOverlayContainer { border: solid 1px rgba($,0.0) !important;}"
}, },
{ {
"type": "colorPicker", "type": "colorPicker",
@@ -277,12 +274,7 @@
"description": "Modifies the color of the left menu panel.", "description": "Modifies the color of the left menu panel.",
"css": ".mainDrawer-scrollContainer { color: $; }", "css": ".mainDrawer-scrollContainer { color: $; }",
"default":"#ffffff" "default":"#ffffff"
}
]
}, },
{
"name": "Home/Dashboard Page",
"options": [
{ {
"type": "checkBox", "type": "checkBox",
"name": "Enlarge Tab Buttons", "name": "Enlarge Tab Buttons",
@@ -302,12 +294,7 @@
"description": "Change background color.", "description": "Change background color.",
"css": ".backgroundContainer, .dialog, html { background-color: $;}", "css": ".backgroundContainer, .dialog, html { background-color: $;}",
"default": "#000000" "default": "#000000"
}
]
}, },
{
"name": "Miscellaneous",
"options": [
{ {
"type": "colorPicker", "type": "colorPicker",
"mode": "hex", "mode": "hex",
@@ -346,5 +333,3 @@
] ]
} }
] ]
}
]