mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-26 21:35:19 +00:00
minor fix
This commit is contained in:
@@ -334,10 +334,13 @@ body[data-route="pos"] .modal-dialog {
|
||||
position: relative;
|
||||
}
|
||||
.pos .item-list .price-info {
|
||||
width: 99%;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
margin: 2px 1px 2px 2px;
|
||||
background-color: rgba(162, 161, 161, 0.1);
|
||||
padding: 9px 15px;
|
||||
}
|
||||
.pos-bill-toolbar {
|
||||
|
||||
Reference in New Issue
Block a user