mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-18 02:55:20 +00:00
added event on numeric keypad
This commit is contained in:
@@ -85,12 +85,13 @@
|
||||
}
|
||||
.item-cart {
|
||||
overflow-y: scroll;
|
||||
height: calc(100vh - 60vh);
|
||||
height: calc(100vh - 72vh);
|
||||
}
|
||||
.edit-pos-item {
|
||||
height: 40px;
|
||||
height: 50px;
|
||||
font-size: 14px;
|
||||
border-top: 1px solid #d1d8dd;
|
||||
padding-top: 12px;
|
||||
}
|
||||
.pos-bill-item:hover {
|
||||
background-color: #f5f7fa;
|
||||
@@ -170,6 +171,16 @@
|
||||
}
|
||||
.pos-keyboard-key,
|
||||
.delete-btn {
|
||||
border: 1px solid #d1d8dd;
|
||||
height: 85px;
|
||||
width: 85px;
|
||||
margin: 10px 10px;
|
||||
font-size: 24px;
|
||||
font-weight: 200;
|
||||
background-color: #FDFDFD;
|
||||
border-color: #e8e8e8;
|
||||
}
|
||||
.numeric-keypad {
|
||||
border: 1px solid #d1d8dd;
|
||||
height: 69px;
|
||||
width: 69px;
|
||||
|
||||
Reference in New Issue
Block a user