Add light background to "Gift/Transfer" buttons
This commit is contained in:
parent
ef1e805538
commit
227cb2a801
3 changed files with 6 additions and 6 deletions
|
|
@ -169,9 +169,6 @@ $(document).ready(function() {
|
|||
type_transfer.removeAttr('checked');
|
||||
$("#type_credit").removeAttr('checked');
|
||||
$("#type_debit").removeAttr('checked');
|
||||
$("label[for='type_transfer']").attr('class', 'btn btn-sm btn-outline-primary');
|
||||
$("label[for='type_credit']").attr('class', 'btn btn-sm btn-outline-primary');
|
||||
$("label[for='type_debit']").attr('class', 'btn btn-sm btn-outline-primary');
|
||||
|
||||
if (location.hash)
|
||||
$("#type_" + location.hash.substr(1)).click();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue