forked from DGNum/gestioCOF
warning if not enough stock
This commit is contained in:
parent
711ef7e97b
commit
080ff0f821
2 changed files with 23 additions and 4 deletions
|
@ -383,6 +383,11 @@ input[type=number]::-webkit-outer-spin-button {
|
|||
color:#FFF;
|
||||
}
|
||||
|
||||
#basket tr.low-stock {
|
||||
background-color:rgba(236,100,0,0.6);
|
||||
color:#FFF;
|
||||
}
|
||||
|
||||
/* History */
|
||||
|
||||
.kpsul_middle_right_col {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue