[IMP] stock_picking_batch_custom: larger bold quantity in operator view
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a9a14e7db5
commit
591dd5f2b2
1 changed files with 3 additions and 2 deletions
|
|
@ -32,8 +32,9 @@ table.o_batch_operator_list td[name="quantity"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
table.o_batch_operator_list td[name="quantity"] .o_field_widget input {
|
table.o_batch_operator_list td[name="quantity"] .o_field_widget input {
|
||||||
min-height: 48px;
|
min-height: 56px;
|
||||||
font-size: 1.2rem;
|
font-size: 1.5rem;
|
||||||
|
font-weight: 700;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue