Change color of online device icon?

CR
Chris R.
SkyBitz - End User

Checking to see if anyone is aware of a way to alter the color of the device icon in the console that shows the device is online.  As someone that is color blind for certain colors, it can be hard sometimes to differentiate between an online and offline device.  I have the "Agent Online" column in view, but quickly looking at the colors is an easier gauge. 

I wasn't sure if there was a config file somewhere that a color hex value could be changed or if it's a totally separate icon file.  I'd like to change it to something slightly brighter if possible.

Thanks in advance.

4 years ago
SOTI MobiControl
ANSWERS
J
JCMOD@SOTI
4 years ago

Hi Chris,

Thank you for posting in SOTI Central.

I suggest you raise a Feature Request for this, you can do so through support@soti.net / support.eu@soti.net. In the meantime, you can achieve what you need through the Stylish browser extension.

Input this into a new style:

.device-type i+i {
color: #3d464d;
}

.device-type i+i.device-online {
color: #029f9d;
}

Then edit the hex colors according to what you want and then once you've implemented it, it'll look like this for example:

If this resolves your issue, please mark this post as the solution. Also, feel free to reach out if you need clarification or have any follow-up questions.

Regards,

J
JCMOD@SOTI
4 years ago

Hi Chris,

Hope you're well, could you mark the post above as the solution if the issue is now resolved?

Regards,