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!

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, ...