From e118d85259212e8a67643ca4cb54ed0ea36568be Mon Sep 17 00:00:00 2001 From: Mister Rajoy Date: Sun, 22 Nov 2020 01:15:14 +0100 Subject: [PATCH] Update skins-3.0.json --- skins-3.0.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/skins-3.0.json b/skins-3.0.json index a19596e..ed2a339 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -72,6 +72,14 @@ "description": "Modifies the color of the left menu panel.", "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" } ] },