diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php
index b8a0d4e11f2..20cce294586 100644
--- a/htdocs/societe/paymentmodes.php
+++ b/htdocs/societe/paymentmodes.php
@@ -863,7 +863,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
print '';
print '';
print img_picto($langs->trans("CreateCustomerOnStripe"), 'stripe');
- print '';
+ print '';
print '';
}
print '';
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index dcff3c4b7a1..b8326171eb4 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -3545,6 +3545,14 @@ input.button[name="upload"] {
input.button.smallpaddingimp, input.buttonreset.smallpaddingimp {
font-size: 0.8em;
}
+input.buttonlink {
+ color: var(--colortextlink);
+ background-color: transparent;
+ cursor: pointer;
+}
+input.buttonlink:hover {
+ text-decoration: underline;
+}
input.buttonreset {
margin-top: 3px;
margin-bottom: 3px;
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 1eb0fa7d71f..47892574efb 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -3511,6 +3511,14 @@ tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
.smallpaddingimp {
padding: 4px !important;
}
+input.buttonlink {
+ color: var(--colortextlink);
+ background-color: transparent;
+ cursor: pointer;
+}
+input.buttonlink:hover {
+ text-decoration: underline;
+}
input.buttonreset {
margin-top: 3px;
margin-bottom: 3px;