temporary low stock css
This commit is contained in:
parent
080ff0f821
commit
71fee9bf8a
1 changed files with 4 additions and 5 deletions
|
@ -378,13 +378,12 @@ input[type=number]::-webkit-outer-spin-button {
|
|||
text-align:right;
|
||||
}
|
||||
|
||||
#basket tr.ui-selected, #basket tr.ui-selecting {
|
||||
background-color:rgba(200,16,46,0.6);
|
||||
color:#FFF;
|
||||
#basket tr.low-stock {
|
||||
background-color:rgba(236,100,0,0.4);
|
||||
}
|
||||
|
||||
#basket tr.low-stock {
|
||||
background-color:rgba(236,100,0,0.6);
|
||||
#basket tr.ui-selected, #basket tr.ui-selecting {
|
||||
background-color:rgba(200,16,46,0.6);
|
||||
color:#FFF;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue