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!

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

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...