|
|
@ -267,8 +267,8 @@ input[type=number]::-webkit-outer-spin-button { |
|
|
|
|
|
|
|
|
.child-item-row { |
|
|
.child-item-row { |
|
|
height: 50px; |
|
|
height: 50px; |
|
|
// exclude last 3 columns because contain buttons |
|
|
|
|
|
&:hover td:not(:nth-last-child(-n+3)) { |
|
|
|
|
|
|
|
|
// exclude last 2 columns because contain buttons |
|
|
|
|
|
&:hover td:not(:nth-last-child(-n+2)) { |
|
|
background: #d4dce5; |
|
|
background: #d4dce5; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|