- added form fields calculation and new table calculationl tested in preview;

This commit is contained in:
Vitalii Kiiko
2025-01-24 12:16:09 +01:00
parent e99a9b2058
commit df99a3e77d
17 changed files with 152 additions and 135 deletions

View File

@@ -59,11 +59,8 @@
&.table, &.criteria_table {
div.addNewTableRow {
width: 100%;
text-align: center;
padding: 5px 0;
background: var(--table-border-color);
color: var(--primary-text);
justify-content: center;
&:hover {
cursor: pointer;
@@ -99,14 +96,12 @@
min-width: 120px;
input {
width: 100%;
padding: 3px 5px;
}
}
tfoot td,
tfoot th {
tfoot td {
border-top: 1px solid var(--table-border-color);
border-top: 1px solid var(--table-border-color);
border-bottom: 0
}
table.striped tbody tr:nth-child(odd) td,