T158 added option to add and remove headers as will

This commit is contained in:
2021-02-08 15:40:49 +01:00
parent ed4a11a43e
commit 0fefcca41f
4 changed files with 50 additions and 7 deletions

View File

@@ -221,4 +221,16 @@
}
.btn-function-table {
font-size: 24px;
font-weight: 700;
}
.btn-table-add {
color: green;
}
.btn-table-remove {
color: red;
}