Dashboards & Visualizations

How do I customize colors on a theme?

jambajuice
Communicator

I'm using the Ocean theme on a custom search form. When I use a "time" input on the form and click on it to choose the start and stop date ranges, it's almost impossible to read the month on the calendar object. The month text color and the little bubble that contains it are both gray. Is there any way to set the color of the font used in the date picker?

Thanks.

Craig

Tags (1)
0 Karma

hazekamp
Builder

I would recommend making CSS changes from within your own app:

$SPLUNK_HOME/etc/apps/<appname>/appserver/static/

See also: http://www.splunk.com/base/Documentation/4.2/Developer/UseCSS

0 Karma

mw
Splunk Employee
Splunk Employee

You can edit the css. Look for the time range picker and set the color.

.TimeRangePicker .timeRangeActivatorWrapper {
  color: #000;
}
0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...