fix: Make total row bold (#6810)

This commit is contained in:
Suraj Shetty 2019-01-23 10:46:45 +05:30 committed by Faris Ansari
parent ce87a68baa
commit f863a3484d

View file

@ -60,6 +60,10 @@ table td.dt-cell {
}
}
.dt-row.dt-row-totalRow {
font-weight: bold;
}
.dt-row.row-update {
animation: 500ms breathe forwards;
}