Dashboards & Visualizations

adding a grid to table

kajolsharma
Path Finder

Hi, I hav a table below to which I want to add the gridlines. It is controlled by the css code below:

kajolsharma_0-1631106890547.png

 Can anybody suggest?

 

 

table td > a,table td > a:hover,header{
    color:#fff
}
/* [47] */
.table-chrome,.table-chrome .sorts a,.table-chrome .sorts a:hover{
    color:white!important;
    border:2px solid black;
}
/* [48] */
.table-chrome > thead > tr > th{
    background-image:none;
    background-color:transparent!important;
    border:2px solid black;
    font-size: medium;
    text-align:-webkit-auto;
}
/* background colour for tables: Status volume & alert breaches */
/* [49] */
.table-chrome.table-striped > tbody > tr.odd > td,.table-chrome.table-striped > tbody > tr.even > td{
//    background-color:#393a4b;
    padding-top:1px;
    border-color:transparent;
    text-align:auto;
}
/* [50] */
tr.shared-resultstable-resultstablerow.odd, tr.shared-resultstable-resultstablerow.even {
    background: none;
}

 

Labels (2)
0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@kajolsharma 

Have you tried by adding this css?

tr {
    border: 1px solid white;
}

 

Screenshot 2021-09-26 at 11.28.52 PM.png

 

KV 

 

0 Karma
Get Updates on the Splunk Community!

Index This | When is October more than just the tenth month?

October 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What’s New & Next in Splunk SOAR

 Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us for an ...