Merge PR #3126 into 17.0

Signed-off-by pedrobaeza
pull/3117/head
OCA-git-bot 2025-03-18 14:07:57 +00:00
commit c90bcffd48
1 changed files with 0 additions and 12 deletions

View File

@ -16,7 +16,6 @@ $x2many_2d_matrix_max_height: 450px;
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 1; z-index: 1;
background-color: $o-list-footer-bg-color;
&.total { &.total {
right: 0; right: 0;
@ -26,14 +25,7 @@ $x2many_2d_matrix_max_height: 450px;
> tbody { > tbody {
> tr { > tr {
&:nth-of-type(2n + 1) td.row-total, &:nth-of-type(2n + 1) td.row-total,
&:nth-of-type(2n + 1) td:first-child {
background-color: mix(#000, #fff, 1%);
}
&:nth-of-type(2n) td.row-total, &:nth-of-type(2n) td.row-total,
&:nth-of-type(2n) td:first-child {
background-color: white;
}
> td { > td {
text-align: right; text-align: right;
@ -48,7 +40,6 @@ $x2many_2d_matrix_max_height: 450px;
border-right-width: 1px; border-right-width: 1px;
border-right-color: $gray-300; border-right-color: $gray-300;
border-right-style: solid; border-right-style: solid;
box-shadow: -1px 5px 10px $gray-300;
} }
&.row-total { &.row-total {
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
@ -58,7 +49,6 @@ $x2many_2d_matrix_max_height: 450px;
border-left-width: 1px; border-left-width: 1px;
border-left-color: $gray-300; border-left-color: $gray-300;
border-left-style: solid; border-left-style: solid;
box-shadow: -1px 5px 10px $gray-300;
} }
} }
} }
@ -66,7 +56,6 @@ $x2many_2d_matrix_max_height: 450px;
> tfoot > tr > th { > tfoot > tr > th {
text-align: right; text-align: right;
background-color: $o-list-footer-bg-color;
position: sticky; position: sticky;
bottom: 0; bottom: 0;
@ -76,7 +65,6 @@ $x2many_2d_matrix_max_height: 450px;
border-left-width: 1px; border-left-width: 1px;
border-left-color: $gray-300; border-left-color: $gray-300;
border-left-style: solid; border-left-style: solid;
background-color: white;
} }
} }
} }