bug fixes
This commit is contained in:
@@ -17,3 +17,19 @@
|
||||
margin-right: 7px
|
||||
&.hide
|
||||
display: none
|
||||
#active-orders-table
|
||||
tbody
|
||||
tr
|
||||
td
|
||||
&:first-child
|
||||
padding-left: 35px
|
||||
background-position: 5px center
|
||||
background-repeat: no-repeat
|
||||
&.active
|
||||
td
|
||||
&:first-child
|
||||
background-image: image-url('icons/order-check.png')
|
||||
&.delivered
|
||||
td
|
||||
&:first-child
|
||||
background-image: image-url('icons/order-doublecheck.png')
|
||||
|
||||
Reference in New Issue
Block a user