Update skins-3.0.json

This commit is contained in:
Mister Rajoy
2020-11-25 11:32:45 +01:00
parent 446ba43add
commit 61b39924b1

View File

@@ -108,7 +108,15 @@
"description": "This modifies the colors of the cast, search and user buttons in the top right.", "description": "This modifies the colors of the cast, search and user buttons in the top right.",
"css": ".headerRight { color: $; }", "css": ".headerRight { color: $; }",
"default":"#ffffff" "default":"#ffffff"
} },
{
"type": "slider",
"step": "0.1",
"name": "test",
"description": "test Slider.",
"css": ".cardContent-button,.itemDetailImage { border-radius: $em;}",
"default":"5"
}
] ]
}, },
{ {