fix: Make total row bold (#6810)
This commit is contained in:
parent
ce87a68baa
commit
f863a3484d
1 changed files with 4 additions and 0 deletions
|
|
@ -60,6 +60,10 @@ table td.dt-cell {
|
|||
}
|
||||
}
|
||||
|
||||
.dt-row.dt-row-totalRow {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.dt-row.row-update {
|
||||
animation: 500ms breathe forwards;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue