Dashboards & Visualizations

Dashboard panel solid border

ipops
Path Finder

I have the following css working for a dashed border around panels. How do I make this solid instead of dashed?

.dashboard-row .dashboard-panel {
border: 1px dashed black;
}

Tags (2)
0 Karma

jpolcari
Communicator

This isn't really a Splunk question but you just need to change the dashed part to solid:

.dashboard-row .dashboard-panel {
border: 1px solid black;
}
Get Updates on the Splunk Community!

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Building Momentum: Splunk Developer Program at .conf25

At Splunk, developers are at the heart of innovation. That’s why this year at .conf25, we officially launched ...