mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-29 11:24:10 +01:00
Dev fix: Fix error with stylesheet whereby the last row didn't have a
border
This commit is contained in:
parent
af287d50a2
commit
1fffb2f5d1
@ -1 +1 @@
|
||||
72a8f1106b4dd9fca8cb7afb2087c4bb0bf65b87
|
||||
a1645fa296bf6223bd274b0f574cc00f03173f5c
|
||||
|
@ -87,9 +87,7 @@ table.dataTable.cell-border tbody tr td:first-child {
|
||||
border-left: 1px solid #dddddd;
|
||||
}
|
||||
table.dataTable.cell-border tbody tr:first-child th,
|
||||
table.dataTable.cell-border tbody tr:first-child td,
|
||||
table.dataTable.cell-border tbody tr:last-child th,
|
||||
table.dataTable.cell-border tbody tr:last-child td {
|
||||
table.dataTable.cell-border tbody tr:first-child td {
|
||||
border-top: none;
|
||||
}
|
||||
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
|
||||
|
@ -80,9 +80,7 @@ table.dataTable.cell-border tbody tr td:first-child {
|
||||
border-left: 1px solid #dddddd;
|
||||
}
|
||||
table.dataTable.cell-border tbody tr:first-child th,
|
||||
table.dataTable.cell-border tbody tr:first-child td,
|
||||
table.dataTable.cell-border tbody tr:last-child th,
|
||||
table.dataTable.cell-border tbody tr:last-child td {
|
||||
table.dataTable.cell-border tbody tr:first-child td {
|
||||
border-top: none;
|
||||
}
|
||||
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
|
||||
|
Loading…
Reference in New Issue
Block a user