Changing UI Colors? #24
Replies: 3 comments
-
I feel your pain. I'm not much of a UI guy and even less with HTML/CSS -- However, I believe what you are looking for are the |
Beta Was this translation helpful? Give feedback.
-
Thanks, as always. I never would have found this. Now it seems it is down the rabbit-hole of Bootstrap and .css. Yikes! |
Beta Was this translation helpful? Give feedback.
-
Ok, now that I know and have done a little research, this has been pretty easy to accomplish and I write this in hopes that it might help others... I wanted blocked calls to be red in color (as they originally are), screened calls to be yellow-ish (but settled for orange) in color, and permitted calls to be green in color. So I had to modify 2 files: In userinterface/static/css, I modified callattendant.css and simply added the following at the very bottom:
In userinterface/templates, I modified dashboard.html's declaration of the variable barChartData to be:
And this seemed to do the trick! Thanks again for the pointer! |
Beta Was this translation helpful? Give feedback.
-
I have searched all around in the code and simply cannot find this myself. Perhaps someone knows???
I want to change the colors being used to depict "blocked", "screened", and "permitted". I found a reference in the dashboard.html file with some literal values but this appears only to apply only to the bar chart. I searched around in the code for those literal values, but didn't find them.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions