Add subtle border to table rows

This commit is contained in:
Brian Miyaji
2018-01-17 10:50:36 +11:00
parent 210122ad67
commit 3d6c4f417f

View File

@@ -536,6 +536,12 @@ if ( ! function_exists( 'sportspress_responsive_tables_css' ) ) {
top: -9999px; top: -9999px;
left: -9999px; left: -9999px;
} }
/* Add subtle border to table rows */
table.'.$identity.' tbody tr {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sp-data-table .data-number, .sp-data-table .data-rank { .sp-data-table .data-number, .sp-data-table .data-rank {
width: auto !important; width: auto !important;
} }