Fix css
This commit is contained in:
parent
b6ad78fdd9
commit
560f145a32
@ -158,6 +158,7 @@ div.buttonpayment input {
|
|||||||
border-bottom: unset;
|
border-bottom: unset;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
input.buttonpaymentcb {
|
input.buttonpaymentcb {
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png', 1) ?>);
|
background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png', 1) ?>);
|
||||||
@ -627,20 +628,20 @@ select.flat.selectlimit {
|
|||||||
.amountpaymentcomplete {
|
.amountpaymentcomplete {
|
||||||
color: #008800;
|
color: #008800;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.4em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
.amountremaintopay {
|
.amountremaintopay {
|
||||||
color: #880000;
|
color: #880000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.4em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
.amountremaintopayback {
|
.amountremaintopayback {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.4em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
.amountpaymentneutral {
|
.amountpaymentneutral {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.4em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
.savingdocmask {
|
.savingdocmask {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
|
|||||||
@ -374,6 +374,7 @@ div.buttonpayment input {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
input.buttonpaymentcb {
|
input.buttonpaymentcb {
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png', 1) ?>);
|
background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png', 1) ?>);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user