diff --git a/stock_picking_batch_custom/static/src/css/stock_picking_batch.css b/stock_picking_batch_custom/static/src/css/stock_picking_batch.css index dc6667a..f09854b 100644 --- a/stock_picking_batch_custom/static/src/css/stock_picking_batch.css +++ b/stock_picking_batch_custom/static/src/css/stock_picking_batch.css @@ -7,9 +7,3 @@ table.o_list_table tbody tr.o_data_row:nth-child(even) td { table.o_list_table tbody tr.o_data_row:hover td { background-color: rgba(0, 0, 0, 0.045); } - -/* Ensure field widgets inside striped rows stay transparent */ -table.o_list_table tbody tr.o_data_row:nth-child(even) td .o_field_widget, -table.o_list_table tbody tr.o_data_row:nth-child(even) td .o_field_widget * { - background: transparent; -}