change stock warning CSS for basket

This commit is contained in:
Ludovic Stephan 2016-12-20 01:09:22 -02:00
parent 4db55efb67
commit 5784b4d20a
2 changed files with 15 additions and 7 deletions

View file

@ -392,8 +392,10 @@ input[type=number]::-webkit-outer-spin-button {
text-align:right;
}
#basket tr.low-stock {
background-color:rgba(236,100,0,0.3);
#basket tr .lowstock {
visibility:hidden;
width:20px;
padding-right:15px;
}
#basket tr.ui-selected, #basket tr.ui-selecting {