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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...