Remove table row border in frontend stylesheet

This commit is contained in:
Brian Miyaji
2017-01-16 19:28:41 +11:00
parent fc39f8bd1d
commit 24988844d6

View File

@@ -109,6 +109,10 @@
width: 100% !important; width: 100% !important;
} }
.sp-data-table tr {
border: none !important;
}
.sp-data-table th, .sp-data-table th,
.sp-data-table td { .sp-data-table td {
font-size: 13px !important; font-size: 13px !important;