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" } ] },