forked from DGNum/gestioCOF
change stock warning CSS for basket
This commit is contained in:
parent
4db55efb67
commit
5784b4d20a
2 changed files with 15 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue