Dashboards & Visualizations

How to change the color of the table field?

Edwin1471
Path Finder

Hi all,

how can I change the top row highlighted columns background-color. With HTML, CSS ?

Edwin1471_1-1662542746827.png

 

 

Labels (3)
Tags (3)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Something like this then:

          #panel_name th:nth-child(6),
          #panel_name th:nth-child(7) {
            background-color: yellow !important;
          }

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust
          #panel_name th {
            background-color: yellow !important;
          }
0 Karma

Edwin1471
Path Finder

This changes an entire row to yellow color, which is not what I need.  I want to change the color of the last 6 row fields and keep the green color for the others.

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Something like this then:

          #panel_name th:nth-child(6),
          #panel_name th:nth-child(7) {
            background-color: yellow !important;
          }
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 ...