I read several tickets that related to or mentioned the ability to change the colors of the ticket statuses for custom statuses. I noticed that for the most part, there are some classes added to the area where the color is set. I know it is based on bootstrap notice information and has only so many colors.
Would it be possible to add a class to those same areas that was something like "ats-custom-status"? Then, as users we could end up doing custom CSS to change the colors. I tried in Chrome to modify the color scheme via CSS and it seemed to work just fine.
Is that anything you would consider? I don't know the code base but would assume it would need to be done in numerous locations. I don't think adding a class to that area would impact performance, but again, I don't know the code base. I'm fairly certain the CSS changes would actually work to allow color changes via custom CSS lines based on that class.
Thoughts?