How to update colour of statuses in 9.0.9
Anyone know how to change the active button below:
In the past we've had users clicking on the blue button and for whatever reason black is best for us, so we have this set up in 8.9.5 that we currently have in live:
Answers
color: white;
background-color: #333 !important;
}
E.g: failed would be red, submitted blue, completed green etc.?
Yes it certainly can, I have drawn up a quick example for Incidents to show you how this might work, the js would need to go in CustomSpace folder and is changing the status-pill class background color (you can add border color and other css elements as well) to red if Active and blue if resolved:
Below is a screenshot of the result:
Hope this helps,
Thanks,
Shane.
I have done a quick edit on the above code to fix it as a used the wrong if statement
Thanks,
Shane.