Add subtle border to table rows
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user