This commit is contained in:
Laurent Destailleur 2019-06-25 11:35:40 +02:00
parent b6ad78fdd9
commit 560f145a32
2 changed files with 6 additions and 4 deletions

View File

@ -158,6 +158,7 @@ div.buttonpayment input {
border-bottom: unset;
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
}
input.buttonpaymentcb {
background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png', 1) ?>);
@ -627,20 +628,20 @@ select.flat.selectlimit {
.amountpaymentcomplete {
color: #008800;
font-weight: bold;
font-size: 1.4em;
font-size: 1.2em;
}
.amountremaintopay {
color: #880000;
font-weight: bold;
font-size: 1.4em;
font-size: 1.2em;
}
.amountremaintopayback {
font-weight: bold;
font-size: 1.4em;
font-size: 1.2em;
}
.amountpaymentneutral {
font-weight: bold;
font-size: 1.4em;
font-size: 1.2em;
}
.savingdocmask {
margin-top: 6px;

View File

@ -374,6 +374,7 @@ div.buttonpayment input {
font-weight: bold;
text-transform: uppercase;
color: #333;
cursor: pointer;
}
input.buttonpaymentcb {
background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png', 1) ?>);