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!

Splunk Platform | Upgrading your Splunk Deployment to Python 3.9

Splunk initially announced the removal of Python 2 during the release of Splunk Enterprise 8.0.0, aiming to ...

From Product Design to User Insights: Boosting App Developer Identity on Splunkbase

co-authored by Yiyun Zhu & Dan Hosaka Engaging with the Community at .conf24 At .conf24, we revitalized the ...

Detect and Resolve Issues in a Kubernetes Environment

We’ve gone through common problems one can encounter in a Kubernetes environment, their impacts, and the ...