diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 07576076921..ecaffd51644 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -1039,6 +1039,13 @@ select.flat.selectlimit { font-weight: bold; font-size: 1.2em; } +.onlinepaymentbody .amountpaymentcomplete { + background-color: var(--amountpaymentcomplete); + color: #fff; + padding: 5px; + border-radius: 5px; +} + .savingdocmask { margin-top: 6px; margin-bottom: 12px;