All Apps and Add-ons

Ocean Theme

blurblebot
Communicator

I'm using the Ocean Theme which I like quite very much, but there's one issue. On a panel containing a table, the column name/sort button is black on black. I just want to make it the text white. That's all. I've been able to adjust colors on other themes by poking around, but for some reason I just can't find the correct value for this one.

Does anyone have some familiarity with this theme and know what I need to look for?

Thank you.

Tags (1)
1 Solution

sideview
SplunkTrust
SplunkTrust

The problem is one of omission; The ocean app never overwrites that particular rule. So the solution is to simply add the same rule to the ocean app's application.css, but specify whatever color you want. Probably something like #ddd. So add this to application.css:

table.splTable th a {
    color: #ddd;
}

View solution in original post

sideview
SplunkTrust
SplunkTrust

The problem is one of omission; The ocean app never overwrites that particular rule. So the solution is to simply add the same rule to the ocean app's application.css, but specify whatever color you want. Probably something like #ddd. So add this to application.css:

table.splTable th a {
    color: #ddd;
}

blurblebot
Communicator

Excellent. With all of these new coloring powers, I will make my users' eyes bleed! Red on cyan? No problem. 10 points, nick.

0 Karma

blurblebot
Communicator

Okey doke, I've downloaded firebug, fished around with it, and have found the section in
$SPLUNK/share/splunk/search_mrsparkle/exposed/css/skins/default/default.css

table.splTable th a {
   color: #000;
}

I've tried changing the color value and have gotten the results I want. However, I know I'm not supposed to fool around with that file directly, but can anyone help me figure out what value in application.css I'm supposed to alter instead?

I'll give you three points... You know what? I like your face. Let's make it five.

0 Karma
Get Updates on the Splunk Community!

AI for AppInspect

We’re excited to announce two new updates to AppInspect designed to save you time and make the app approval ...

App Platform's 2025 Year in Review: A Year of Innovation, Growth, and Community

As we step into 2026, it’s the perfect moment to reflect on what an extraordinary year 2025 was for the Splunk ...

Operationalizing Entity Risk Score with Enterprise Security 8.3+

Overview Enterprise Security 8.3 introduces a powerful new feature called “Entity Risk Scoring” (ERS) for ...