update addorder

This commit is contained in:
Aung Myo
2017-11-16 14:27:17 +06:30
parent 6360a914b4
commit fd81cdf3ef
2 changed files with 5 additions and 1 deletions

View File

@@ -155,3 +155,7 @@ section.content{
#count ,#set_count{ #count ,#set_count{
text-align: center; text-align: center;
} }
.add_icon{
cursor: pointer;
}

View File

@@ -62,7 +62,7 @@
<td class="item-attr"><strong id="sub_total">0.00</strong></td> <td class="item-attr"><strong id="sub_total">0.00</strong></td>
</tr> </tr>
</table> </table>
<button type="button" class="btn btn-success btn-block create" id="create_order" disabled="disabled">Create Order</button> <button type="button" class="btn btn-primary btn-block create" id="create_order" disabled="disabled">Create Order</button>
</div> </div>
</div> </div>
</div> </div>