Splunk Search

highlight the selected the tab in splunk web ui

harshal_chakran
Builder

Hi,
I want to change the color of selected Splunk header tab.

alt text

as it is very difficult to see the highlighted section.I dont know where to make the changes.

Please Help...!!!

Tags (5)
0 Karma

aelliott
Motivator

This would require a change to Splunk's core css that would not be persisted if an update occurs.
However if you want it changed for a particular dashboard that you happen to have the ability to modify the css of, then the following code may help you:
.navbar .nav>li.active.dropdown>a.dropdown-toggle:hover, .navbar .nav>li>a:hover
{
color: #ffffff; /change your color here/
background: #444; /change your background color here/

}

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...