What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

How can I remove the color gradients from the "tabs" in PRTG9's web GUI?

Votes:

0

I don't like the color gradients ("glass effect") of the tabs in version 9 of PRTG. How can I remove them?

css customize prtg9

Created on Sep 19, 2011 12:47:50 PM by  Dirk Paessler [Founder Paessler AG] (11,025) 3 6



1 Reply

Accepted Answer

Votes:

0

This article applies to PRTG Network Monitor 9 through 12

Customize CSS

This is a good example for the CSS customization which is built into PRTG's web interface.

Open the file customerstyles.css in the \prtg network monitor\website\css folder and paste the following code:

.ui-tabs .ui-tabs-nav li
{
	background:#ccc!important;
}
.ui-tabs .ui-tabs-nav li.right
{
	background:#333!important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
	background:#aaa!important;
	border:#aaa 1px solid!important
}

This will remove the glass effect.

See How can I re-brand and customize the PRTG web interface using CSS? for more information about customization.

Created on Sep 19, 2011 12:51:13 PM by  Dirk Paessler [Founder Paessler AG] (11,025) 3 6

Last change on Dec 3, 2012 2:04:45 PM by  Daniel Zobel [Product Manager]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.