mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_widget_x2many_2d_matrix: black, isort
This commit is contained in:
committed by
Lois Rilo
parent
355e491c2c
commit
80f63ca781
@@ -21,10 +21,12 @@ $x2many_2d_matrix_max_height: 450px;
|
||||
|
||||
> tbody {
|
||||
> tr {
|
||||
&:nth-of-type(2n+1) td.row-total, &:nth-of-type(2n+1) td:first-child {
|
||||
&: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:first-child {
|
||||
&:nth-of-type(2n) td.row-total,
|
||||
&:nth-of-type(2n) td:first-child {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user