z-index on expresscart
This commit is contained in:
parent
8b2476e6a7
commit
00657ccd4e
@ -5363,4 +5363,5 @@ body#order-detail table#order-product tbody tr.item tr.title span.quantity{
|
||||
position: absolute;
|
||||
bottom: 4px;
|
||||
border-radius: 20px;
|
||||
z-index: 10000;
|
||||
}
|
||||
|
@ -465,7 +465,7 @@
|
||||
{assign var="qtySelected" value=$product->minimal_quantity}
|
||||
{/if}
|
||||
{/if}
|
||||
{for $qty=1 to 12}
|
||||
{for $qty=1 to 10}
|
||||
<option value="{$qty}"{if $qtySelected == $qty} selected{/if}>{$qty}</option>
|
||||
{/for}
|
||||
</select>
|
||||
|
Loading…
Reference in New Issue
Block a user