1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

Add light background to "Gift/Transfer" buttons

This commit is contained in:
Yohann D'ANELLO
2020-08-30 15:49:06 +02:00
parent ef1e805538
commit 227cb2a801
3 changed files with 6 additions and 6 deletions

View File

@ -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();