warning if not enough stock

This commit is contained in:
Ludovic Stephan 2016-12-13 01:41:59 -02:00
parent 711ef7e97b
commit 080ff0f821
2 changed files with 23 additions and 4 deletions

View file

@ -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 {