This commit is contained in:
heemza 2019-02-01 01:02:04 +07:00 committed by Abdullah Almsaeed
parent ab9715fd6a
commit 26a521bfa0

View file

@ -989,7 +989,9 @@
//Timepicker
$('.timepicker').timepicker({
showInputs: false
showInputs: false,
upArrowStyle: 'fa fa-chevron-up',
downArrowStyle: 'fa fa-chevron-down'
})
})
</script>