|
Hey, With single value buttons, I know that you can have red, green and amber colours as standard. How would I be able to define my own colours (purple, orange etc) for this object? E.g. I want the colour of my single value button to turn purple when a certain value range is reached. Thanks in advance for your help |
|
You need to define a CSS class for this. Best way to do this is to create a application.css file in the app of your dashboard.
Here are some sample CSS rules:
These same rules define 2 classes (purple and darkred) that can be used to color the single value element. |
