Tweaked table styling.
This commit is contained in:
@ -268,7 +268,7 @@ class DataTable extends IgniteElement {
|
||||
|
||||
//Rows
|
||||
new div().class("mb-3").child(
|
||||
new table().class("table table-striped align-middle mb-0 table-borderless").child(
|
||||
new table().class("table table-light align-middle mb-0 table-borderless").child(
|
||||
//Table columns
|
||||
new thead().class("table-dark").child(
|
||||
new tr().child(
|
||||
|
Reference in New Issue
Block a user