This commit is contained in:
Laurent Destailleur 2017-11-07 19:46:28 +01:00
parent 9f2e9ce6ef
commit 864e747f51
2 changed files with 4 additions and 2 deletions

View File

@ -356,7 +356,8 @@ input.buttonpayment {
background: none;
padding-left: 30px;
text-align: <?php echo $left; ?>;
border: 2px solid #666666;
border: 2px solid #ccc;
background-color: #eee;
}
input.buttonpaymentcb {
background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png',1) ?>);

View File

@ -353,7 +353,8 @@ input.buttonpayment {
background: none;
padding-left: 30px;
text-align: <?php echo $left; ?>;
border: 2px solid #666666;
border: 2px solid #ccc;
background-color: #eee;
}
input.buttonpaymentcb {
background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png',1) ?>);