Fix css
This commit is contained in:
parent
b6ad78fdd9
commit
560f145a32
@ -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;
|
||||
|
||||
@ -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) ?>);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user