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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...