update pending ordre

This commit is contained in:
Aung Myo
2018-07-12 18:36:35 +06:30
parent eef4af4cc6
commit d254ff744d
3 changed files with 261 additions and 218 deletions

View File

@@ -82,7 +82,15 @@ $(document).ready(function() {
touchScrollStep : 45
});
$('#pending-order-slimscroll').slimScroll({
height: height-$('#pending-order-slimscroll').attr('data-height'),
size: '5px',
color: 'rgba(0,0,0,0.5)',
alwaysVisible: false,
borderRadius: '0',
railBorderRadius: '0',
touchScrollStep : 50
});
// $('.delete').click(function(){
// var method = $(this).attr('data-method');
// var url = $(this).attr('data-ref');

View File

@@ -519,4 +519,9 @@ nav.pagination .page a:hover,
z-index: 101;
filter: alpha(opacity=100); /* ie */
-moz-opacity: 1; /* mozilla */
}
.existing_invoice{
background-color:#009688;
color:#fff;
}