We recently upgraded from PRTG 12 to 13 and the icons in the top right of the screen have changed colour to red from blue. The icons in question are the group that include "Send link by email" on the group root page and the "Pause" and "Add sensor" buttons on the device pages. I think the group of icons is called ui_icons_454545_256x240 and when I've checked the group they are grey in the picture.

We would like to change the colour of these buttons back to blue but cannot see how to do it. Any help would be greatly appreciated.


Article Comments

If you want to change the color of those icons you can edit the file:

<prtg install>\webroot\css\styles_custom.css

and add the line -

div.buttonbox a { background: #000000 !important; border: 1px solid #000000 !important; }

Change the Hex Colors to whatever color you'd like to see.


Oct, 2013 - Permalink

Ok great many thanks. Does PRTG need to be reloaded or anything, or will the new colours come into effect the next time a page is loaded? Is there any possible impact to PRTG when I edit the CSS file?


Oct, 2013 - Permalink

No but in the case of major changes on the web interface, maybe the setting will be overwritten.


Oct, 2013 - Permalink

I've found the file and tried to update it however when I go to save it tells me access denied although I have full admin rights to the PC PRTG is installed on. Is the file locked for editing whilst PRTG is running?


Oct, 2013 - Permalink

You need to open the editor as administrator or add your default user with read/write rights to the file. (right mouse click on the file -> settings -> security)


Oct, 2013 - Permalink

I'm currently logged in using an admin account so permissions shouldn't be a problem but I'll ask one another user to log in using that account as well and try it.


Oct, 2013 - Permalink