[IMP]: In the signature box, set the horizontal line in grey instead of black

bzr revid: aja@tinyerp.com-20140123130429-h7dnetw50n9tiiw1
This commit is contained in:
ajay javiya (OpenERP) 2014-01-23 18:34:29 +05:30
parent 9cf82b9aac
commit ea23a18378
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ $(document).ready(function () {
});
$('#modelaccept').on('shown.bs.modal', function (e) {
$("#signature").empty().jSignature();
$("#signature").empty().jSignature({'decor-color' : '#D1D0CE'});
});
$('#sign_clean').on('click', function (e) {