Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

How to control OnHover JSON Theme values for action buttons

How do I go about controlling the values for the 'On Hover' seciont for Fill within a Action Button?   I have experimented with this (and close derivatives around this), however this doesn't seem t...
  • Anonymous's avatar
    Anonymous
    7 years ago

    In case others stumble on this... The solution is....

     

    "fill":
    		[
    			{
    				"show":true
    			},
    			{
    				"$id": "default",
    				"transparency": 20,
    				"fillColor": {"solid":{"color":"#111111"}}
    			},
    			{
    				"$id": "hover",
    				"transparency": 70,
    				"fillColor": {"solid":{"color":"#555556"}}
    			},
    			{
    				"$id": "selected",
    				"transparency": 30,
    				"fillColor": {"solid":{"color":"#ddd556"}}
    			}
    		]