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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...